commit 8a14679530fd144c9aefde6e61216c16a28297f5
parent ea2d8f2491a21fa61932b7c2a5b292d20ada4f53
Author: thomasv <thomasv@gitorious>
Date: Tue, 26 Feb 2013 16:31:42 +0100
dumpprivkeys is offline
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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'
]