File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2439,7 +2439,7 @@ UniValue getwalletinfo(const JSONRPCRequest& request)
2439
2439
2440
2440
UniValue obj (UniValue::VOBJ);
2441
2441
2442
- size_t kpExternalSize = pwalletMain ->KeypoolCountExternalKeys ();
2442
+ size_t kpExternalSize = pwallet ->KeypoolCountExternalKeys ();
2443
2443
obj.push_back (Pair (" walletversion" , pwallet->GetVersion ()));
2444
2444
obj.push_back (Pair (" balance" , ValueFromAmount (pwallet->GetBalance ())));
2445
2445
obj.push_back (Pair (" unconfirmed_balance" , ValueFromAmount (pwallet->GetUnconfirmedBalance ())));
Original file line number Diff line number Diff line change @@ -61,9 +61,9 @@ class CHDChain
61
61
{
62
62
READWRITE (this ->nVersion );
63
63
READWRITE (nExternalChainCounter);
64
+ READWRITE (masterKeyID);
64
65
if (this ->nVersion >= VERSION_HD_CHAIN_SPLIT)
65
66
READWRITE (nInternalChainCounter);
66
- READWRITE (masterKeyID);
67
67
}
68
68
69
69
void SetNull ()
You can’t perform that action at this time.
0 commit comments