mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-16 22:18:53 +08:00
sync with epoch API
This commit is contained in:
@@ -105,7 +105,7 @@ def scenario( wallets, **kw ):
|
||||
return False
|
||||
|
||||
# wait for expiration (with multipler)...
|
||||
for i in xrange(0, 5 * blockstack.config.get_epoch_namespace_lifetime_multiplier( testlib.get_current_block(**kw), "test", 'BTC' ) ):
|
||||
for i in xrange(0, 5 * blockstack.config.get_epoch_namespace_lifetime_multiplier( testlib.get_current_block(**kw), "test" ) ):
|
||||
testlib.next_block( **kw )
|
||||
|
||||
# name should definitely be expired
|
||||
|
||||
Reference in New Issue
Block a user