Address review comments

This commit is contained in:
Jack Grigg
2016-10-16 16:26:51 -05:00
parent a581fe2aae
commit 6e263a5fd3
3 changed files with 9 additions and 5 deletions

View File

@@ -1877,6 +1877,7 @@ Value walletpassphrase(const Array& params, bool fHelp)
"walletpassphrase <passphrase> <timeout>\n"
"Stores the wallet decryption key in memory for <timeout> seconds.");
// No need to check return values, because the wallet was unlocked above
pwalletMain->UpdateNullifierNoteMap();
pwalletMain->TopUpKeyPool();