mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-03-10 20:51:30 +00:00
Make sure new wallet variables are initialized
This commit is contained in:
parent
4bb77b4963
commit
c4316fefa5
@ -104,6 +104,8 @@ public:
|
||||
nMasterKeyMaxID = 0;
|
||||
pwalletdbEncryption = NULL;
|
||||
nOrderPosNext = 0;
|
||||
nNextResend = 0;
|
||||
nLastResend = 0;
|
||||
}
|
||||
CWallet(std::string strWalletFileIn)
|
||||
{
|
||||
@ -114,6 +116,8 @@ public:
|
||||
nMasterKeyMaxID = 0;
|
||||
pwalletdbEncryption = NULL;
|
||||
nOrderPosNext = 0;
|
||||
nNextResend = 0;
|
||||
nLastResend = 0;
|
||||
}
|
||||
|
||||
std::map<uint256, CWalletTx> mapWallet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user