mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-05-10 12:24:05 +08:00
set develop environ for transaction broadcaster
This commit is contained in:
@@ -1790,6 +1790,7 @@ if __name__ == "__main__":
|
||||
os.environ["BLOCKSTACK_SERVER_CONFIG"] = config_file
|
||||
os.environ['BLOCKSTACK_GAIA_CONFIG'] = gaia_config_file
|
||||
os.environ['BSK_TRANSACTION_BROADCAST_CONFIG'] = transaction_broadcaster_config_file
|
||||
os.environ['BSK_TRANSACTION_BROADCAST_DEVELOP'] = '1'
|
||||
os.environ['BLOCKSTACK_SEGWIT_TEST'] = '1'
|
||||
os.environ['BLOCKSTACK_TEST_NAME'] = scenario_module
|
||||
os.environ['BLOCKSTACK_WORKING_DIR'] = working_dir
|
||||
|
||||
Reference in New Issue
Block a user