Browse Source

Initialize nRelockTime

0.15
Patrick Strateman 8 years ago
parent
commit
fb6f90a4ce
  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