Merge #9993: Initialize nRelockTime

fb6f90a Initialize nRelockTime (Patrick Strateman)

Tree-SHA512: 82675ab4b05d5f3ea08a99e85d3f49d18068887d23cbacb5e899ad66799049c5f1d5bd33768dbe153116424c9f0caddaa3622000924e373aa01ac2a54b5f3577
This commit is contained in:
MarcoFalke
2017-03-16 11:43:06 +01:00

View File

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