aboutsummaryrefslogtreecommitdiff
path: root/src/wallet.cpp
diff options
context:
space:
mode:
author21E14 <[email protected]>2014-12-18 20:25:04 -0500
committer21E14 <[email protected]>2014-12-18 20:25:04 -0500
commit146c0a7c5acc06070badf1db442520fab5395614 (patch)
tree0acec304d716685c5f4c0ceea3fc3167770e24d9 /src/wallet.cpp
parentMerge pull request #5484 (diff)
downloaddiscoin-146c0a7c5acc06070badf1db442520fab5395614.tar.xz
discoin-146c0a7c5acc06070badf1db442520fab5395614.zip
Add RandAddSeedPerfmon to MakeNewKey
Diffstat (limited to 'src/wallet.cpp')
-rw-r--r--src/wallet.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet.cpp b/src/wallet.cpp
index 32a64daac..b6699a41d 100644
--- a/src/wallet.cpp
+++ b/src/wallet.cpp
@@ -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);