wallet encrypt message.

This commit is contained in:
Christopher Jeffrey 2014-10-02 12:46:21 -07:00
parent 1913237a3f
commit e27c5fd912
1 changed files with 1 additions and 8 deletions

View File

@ -2251,19 +2251,12 @@ NAN_METHOD(WalletEncrypt) {
printf(
"bitcoind.js:"
" wallet encrypted; Bitcoin server stopping,"
" wallet encrypted; bitcoind.js stopping,"
" restart to run with encrypted wallet."
" The keypool has been flushed, you need"
" to make a new backup.\n"
);
// NanReturnValue(NanNew<String>(
// "wallet encrypted; Bitcoin server stopping,"
// " restart to run with encrypted wallet."
// " The keypool has been flushed, you need"
// " to make a new backup."
// ));
NanReturnValue(Undefined());
}