mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 03:20:19 +08:00
config_path, not config_dir, in load_wallet
This commit is contained in:
@@ -3208,7 +3208,7 @@ def local_rpc_start(portnum, config_dir=blockstack_config.CONFIG_DIR, foreground
|
||||
atexit.register(local_rpc_atexit)
|
||||
|
||||
wallet = load_wallet(
|
||||
password=password, config_dir=config_dir,
|
||||
password=password, config_path=config_path,
|
||||
include_private=True, wallet_path=wallet_path
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user