From e27c5fd912119bfb0fec168b2a2088f7e151c195 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Thu, 2 Oct 2014 12:46:21 -0700 Subject: [PATCH] wallet encrypt message. --- src/bitcoindjs.cc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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()); }