tdumpprivkeys is offline - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 8a14679530fd144c9aefde6e61216c16a28297f5 DIR parent ea2d8f2491a21fa61932b7c2a5b292d20ada4f53 HTML Author: thomasv <thomasv@gitorious> Date: Tue, 26 Feb 2013 16:31:42 +0100 dumpprivkeys is offline Diffstat: M lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/lib/commands.py b/lib/commands.py t@@ -92,7 +92,7 @@ offline_commands = [ 'password', 'mktx', 'deseed', 'freeze','unfreeze', 'prioritize','unprioritize', - 'dumpprivkey','listunspent', + 'dumpprivkey','dumpprivkeys','listunspent', 'createmultisig', 'createrawtransaction', 'decoderawtransaction', 'signrawtransaction' ]