Skip to content

Commit

Permalink
fix bitcoin#8808 backport
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Jan 25, 2019
1 parent 706c56e commit 7ec4cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/wallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ bool CWallet::EncryptWallet(const SecureString& strWalletPassphrase)
}

if (!hdChainCurrent.IsNull()) {
assert(EncryptHDChain(vMasterKey));
assert(EncryptHDChain(_vMasterKey));

CHDChain hdChainCrypted;
assert(GetHDChain(hdChainCrypted));
Expand Down

0 comments on commit 7ec4cd4

Please sign in to comment.