wallet encrypt message.
This commit is contained in:
parent
1913237a3f
commit
e27c5fd912
@ -2251,19 +2251,12 @@ NAN_METHOD(WalletEncrypt) {
|
|||||||
|
|
||||||
printf(
|
printf(
|
||||||
"bitcoind.js:"
|
"bitcoind.js:"
|
||||||
" wallet encrypted; Bitcoin server stopping,"
|
" wallet encrypted; bitcoind.js stopping,"
|
||||||
" restart to run with encrypted wallet."
|
" restart to run with encrypted wallet."
|
||||||
" The keypool has been flushed, you need"
|
" The keypool has been flushed, you need"
|
||||||
" to make a new backup.\n"
|
" 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());
|
NanReturnValue(Undefined());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user