Skip to content

Commit

Permalink
GH-2125 Remove redundant getInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Mar 9, 2024
1 parent 6970482 commit 9fbfb3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/trx_finality_status_forked_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def getBlockNum(status):
retStatus = prodD.getTransactionStatus(transId)
state = getState(retStatus)
blockNum = getBlockNum(retStatus)
info = prodD.getInfo()
if state == forkedOutState or ( info['head_block_producer'] == 'defproducerd' and info['last_irreversible_block_num'] > blockNum ):
break

Expand Down

0 comments on commit 9fbfb3f

Please sign in to comment.