mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-13 22:38:00 +08:00
sync with new epoch API
This commit is contained in:
@@ -96,7 +96,7 @@ def scenario( wallets, **kw ):
|
||||
return False
|
||||
|
||||
# actually expire
|
||||
for i in xrange(0, 5 * blockstack_server.config.get_epoch_namespace_lifetime_multiplier( testlib.get_current_block(**kw), "test", "BTC" ) - 5 - 3):
|
||||
for i in xrange(0, 5 * blockstack_server.config.get_epoch_namespace_lifetime_multiplier( testlib.get_current_block(**kw), "test") - 5 - 3):
|
||||
testlib.next_block( **kw )
|
||||
|
||||
# should work
|
||||
|
||||
Reference in New Issue
Block a user