|
|
|
@ -32,7 +32,7 @@ def main(): |
|
|
|
if len(args) < 1: |
|
|
|
if len(args) < 1: |
|
|
|
jmprint('Error: Needs a wallet file', "error") |
|
|
|
jmprint('Error: Needs a wallet file', "error") |
|
|
|
sys.exit(EXIT_ARGERROR) |
|
|
|
sys.exit(EXIT_ARGERROR) |
|
|
|
load_program_config(config_path=options.datadir) |
|
|
|
load_program_config(config_path=options['datadir']) |
|
|
|
|
|
|
|
|
|
|
|
check_regtest() |
|
|
|
check_regtest() |
|
|
|
|
|
|
|
|
|
|
|
|