Browse Source

Fix 'restore' command line to take -C.

283
Neil Booth 10 years ago
parent
commit
4d6a0f29ee
  1. 2
      lib/commands.py

2
lib/commands.py

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

Loading…
Cancel
Save