mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-05 19:54:28 +00:00
Merge pull request #4273
91855f2 Properly initialize CWallet::nTimeFirstKey (tm314159)
This commit is contained in:
commit
522a8fa377
@ -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…
x
Reference in New Issue
Block a user