1
0

remove the 'deseed' command, it does not work anymore with keystores

This commit is contained in:
ThomasV
2016-10-05 10:53:08 +02:00
parent e0ba4a967c
commit df6dae90d6
2 changed files with 1 additions and 28 deletions

View File

@@ -121,12 +121,6 @@ class Commands:
seed, type '?' or ':' (concealed) """
raise BaseException('Not a JSON-RPC command')
@command('w')
def deseed(self):
"""Remove seed from wallet. This creates a seedless, watching-only
wallet."""
raise BaseException('Not a JSON-RPC command')
@command('wp')
def password(self):
"""Change wallet password. """