mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-24 03:45:38 +08:00
disable safety checks, since we want to simulate what happens with lots of imports at once
This commit is contained in:
@@ -90,7 +90,7 @@ def scenario( wallets, **kw ):
|
||||
register_wallet = name_register_wallets[i]
|
||||
import_key = private_keys[i]
|
||||
|
||||
resp = testlib.blockstack_name_import( name, register_wallet.addr, str(9 - i) * 40, import_key )
|
||||
resp = testlib.blockstack_name_import( name, register_wallet.addr, str(9 - i) * 40, import_key, safety_checks=False )
|
||||
if debug or 'error' in resp:
|
||||
print json.dumps( resp, indent=4 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user