diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index a1bc7a3d..7cf53f76 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -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( - // "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()); }