sync with new epoch API

This commit is contained in:
Jude Nelson
2018-10-26 10:22:07 -04:00
parent e47f169114
commit 2126d04584

View File

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