wallet: Rename CWalletKey to OldKey

This commit is contained in:
MarcoFalke
2019-07-27 16:38:16 -04:00
parent fa6dc7fa5f
commit fa6f22bf44
3 changed files with 8 additions and 19 deletions

View File

@@ -271,7 +271,7 @@ ReadKeyValue(CWallet* pwallet, CDataStream& ssKey, CDataStream& ssValue,
wss.nKeys++;
ssValue >> pkey;
} else {
CWalletKey wkey;
OldKey wkey;
ssValue >> wkey;
pkey = wkey.vchPrivKey;
}