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 21, 2019
1 parent 500c720 commit 1f764bc
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 1f764bc

Please sign in to comment.