mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 19:31:00 +08:00
add support for dry-runs (return the tx, but don't send it)
This commit is contained in:
@@ -33,6 +33,7 @@ BLOCKSTACK_TEST = os.environ.get('BLOCKSTACK_TEST', None)
|
||||
BLOCKSTACK_TEST_NODEBUG = os.environ.get('BLOCKSTACK_TEST_NODEBUG', None)
|
||||
BLOCKSTACK_DEBUG = os.environ.get('BLOCKSTACK_DEBUG', None)
|
||||
BLOCKSTACK_TEST_FIRST_BLOCK = os.environ.get('BLOCKSTACK_TEST_FIRST_BLOCK', None)
|
||||
BLOCKSTACK_DRY_RUN = os.environ.get('BLOCKSTACK_DRY_RUN', None)
|
||||
|
||||
DEBUG = False
|
||||
if BLOCKSTACK_TEST is not None and BLOCKSTACK_TEST_NODEBUG is None:
|
||||
|
||||
Reference in New Issue
Block a user