Properly initialize CWallet::nTimeFirstKey
This commit is contained in:
parent
73b072252b
commit
91855f279d
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ public:
|
||||||
nOrderPosNext = 0;
|
nOrderPosNext = 0;
|
||||||
nNextResend = 0;
|
nNextResend = 0;
|
||||||
nLastResend = 0;
|
nLastResend = 0;
|
||||||
|
nTimeFirstKey = 0;
|
||||||
}
|
}
|
||||||
CWallet(std::string strWalletFileIn)
|
CWallet(std::string strWalletFileIn)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue