fix rename

This commit is contained in:
Yostra 2020-01-23 11:01:47 -08:00
parent 50a7340d15
commit 7f115d70e4
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class TestUnspent:
assert unspent_fee.spent == 1
reorg_index = 4
await db.rollback_to_block(reorg_index)
await db.rollback_lca_to_block(reorg_index)
for c, block in enumerate(blocks):
unspent = await db.get_unspent(block.body.coinbase.name())