From 8a14679530fd144c9aefde6e61216c16a28297f5 Mon Sep 17 00:00:00 2001 From: thomasv Date: Tue, 26 Feb 2013 16:31:42 +0100 Subject: [PATCH] dumpprivkeys is offline --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index 117c688a2..cf8d545ee 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -92,7 +92,7 @@ offline_commands = [ 'password', 'mktx', 'deseed', 'freeze','unfreeze', 'prioritize','unprioritize', - 'dumpprivkey','listunspent', + 'dumpprivkey','dumpprivkeys','listunspent', 'createmultisig', 'createrawtransaction', 'decoderawtransaction', 'signrawtransaction' ]