diff --git a/src/bitcoindjs.cc b/src/bitcoindjs.cc index 56d4deaf..840c8e00 100644 --- a/src/bitcoindjs.cc +++ b/src/bitcoindjs.cc @@ -3191,6 +3191,7 @@ NAN_METHOD(WalletEncrypted) { "Usage: bitcoindjs.walletEncrypted()"); } + // bool isLocked = pwalletMain->IsLocked(); bool isEncrypted = pwalletMain->IsCrypted(); NanReturnValue(NanNew(isEncrypted));