disable safety checks, since we want to simulate what happens with lots of imports at once

This commit is contained in:
Jude Nelson
2017-04-27 19:35:46 -04:00
parent c5c8bc2229
commit c4185dcb9c

View File

@@ -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 )