Merge #9993: Initialize nRelockTime
fb6f90a
Initialize nRelockTime (Patrick Strateman)
Tree-SHA512: 82675ab4b05d5f3ea08a99e85d3f49d18068887d23cbacb5e899ad66799049c5f1d5bd33768dbe153116424c9f0caddaa3622000924e373aa01ac2a54b5f3577
This commit is contained in:
commit
c49355c717
1 changed files with 1 additions and 0 deletions
|
@ -725,6 +725,7 @@ public:
|
||||||
nLastResend = 0;
|
nLastResend = 0;
|
||||||
nTimeFirstKey = 0;
|
nTimeFirstKey = 0;
|
||||||
fBroadcastTransactions = false;
|
fBroadcastTransactions = false;
|
||||||
|
nRelockTime = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::map<uint256, CWalletTx> mapWallet;
|
std::map<uint256, CWalletTx> mapWallet;
|
||||||
|
|
Loading…
Add table
Reference in a new issue