Skip to content

Commit

Permalink
GH-2125 Call getTransactionStatus after getInfo as LIB can move betwe…
Browse files Browse the repository at this point in the history
…en the two calls
  • Loading branch information
heifner committed Mar 9, 2024
1 parent 68f9ee1 commit 6970482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/trx_finality_status_forked_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def getBlockNum(status):

Print("Repeatedly check status looking for forked out state until after LIB moves and defproducerd")
while True:
info = prodD.getInfo()
retStatus = prodD.getTransactionStatus(transId)
state = getState(retStatus)
blockNum = getBlockNum(retStatus)
Expand Down

0 comments on commit 6970482

Please sign in to comment.