Browse Source

Merge #9993: Initialize nRelockTime

fb6f90a Initialize nRelockTime (Patrick Strateman)

Tree-SHA512: 82675ab4b05d5f3ea08a99e85d3f49d18068887d23cbacb5e899ad66799049c5f1d5bd33768dbe153116424c9f0caddaa3622000924e373aa01ac2a54b5f3577
0.15
MarcoFalke 7 years ago
parent
commit
c49355c717
No known key found for this signature in database
GPG Key ID: D2EA4850E7528B25
  1. 1
      src/wallet/wallet.h

1
src/wallet/wallet.h

@ -725,6 +725,7 @@ public: @@ -725,6 +725,7 @@ public:
nLastResend = 0;
nTimeFirstKey = 0;
fBroadcastTransactions = false;
nRelockTime = 0;
}
std::map<uint256, CWalletTx> mapWallet;

Loading…
Cancel
Save