Browse Source

Fix "restore" further by accepting --mpk

master
Neil Booth 10 years ago
parent
commit
768adfb337
  1. 2
      lib/commands.py

2
lib/commands.py

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

Loading…
Cancel
Save