diff --git a/lib/commands.py b/lib/commands.py index cc9562da3..35e74309f 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -130,7 +130,7 @@ class Commands: return ' '.join(sorted(known_commands.keys())) @command('') - def create(self): + def create(self, segwit=False): """Create a new wallet""" raise BaseException('Not a JSON-RPC command')