Add RandAddSeedPerfmon to MakeNewKey
This commit is contained in:
@@ -70,7 +70,6 @@ CPubKey CWallet::GenerateNewKey()
|
||||
AssertLockHeld(cs_wallet); // mapKeyMetadata
|
||||
bool fCompressed = CanSupportFeature(FEATURE_COMPRPUBKEY); // default to compressed public keys if we want 0.6.0 wallets
|
||||
|
||||
RandAddSeedPerfmon();
|
||||
CKey secret;
|
||||
secret.MakeNewKey(fCompressed);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user