electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 4d6a0f29ee99969585294a2a22bc45385659a3c3
parent 9e71ef2d680fe98422c2ea9e8e37fae41cea66d4
Author: Neil Booth <kyuupichan@gmail.com>
Date:   Mon, 31 Aug 2015 11:34:44 +0900

Fix 'restore' command line to take -C.

Diffstat:
Mlib/commands.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/commands.py b/lib/commands.py @@ -103,7 +103,7 @@ class Commands: """Create a new wallet""" @command('') - def restore(self): + def restore(self, concealed = False): """Restore a wallet from seed. """ @command('w')