Continue to assume software wallet usage, for now.

pull/1092/head
Kieran Prasch 2019-07-11 14:08:35 -07:00
parent 7a6b90bab2
commit 4369c0dd96
No known key found for this signature in database
GPG Key ID: 199AB839D4125A62
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ from nucypher.config.constants import DEFAULT_CONFIG_ROOT
@click.option('--provider-uri', help="Blockchain provider's URI", type=click.STRING)
@click.option('--geth', '-G', help="Run using the built-in geth node", is_flag=True)
@click.option('--sync/--no-sync', default=True)
@click.option('--device/--no-device', default=True)
@click.option('--device/--no-device', default=False) # TODO: Make True by default.
@click.option('--enode', help="An ethereum bootnode enode address to start learning from", type=click.STRING)
@click.option('--config-root', help="Custom configuration directory", type=click.Path())
@click.option('--contract-name', help="Deploy a single contract by name", type=click.STRING)