mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Properly initialize CWallet::nTimeFirstKey
This commit is contained in:
parent
73b072252b
commit
91855f279d
@ -151,6 +151,7 @@ public:
|
||||
nOrderPosNext = 0;
|
||||
nNextResend = 0;
|
||||
nLastResend = 0;
|
||||
nTimeFirstKey = 0;
|
||||
}
|
||||
CWallet(std::string strWalletFileIn)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user