From 4d6a0f29ee99969585294a2a22bc45385659a3c3 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Mon, 31 Aug 2015 11:34:44 +0900 Subject: [PATCH] Fix 'restore' command line to take -C. --- lib/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands.py b/lib/commands.py index 54b0acb1..fa255174 100644 --- 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')