You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem: TX are assumed to be final after one block, which is not the case for a reorg.
Solution: Implement a modified version of ContractBackend.ConfirmTransaction which checks that the Transaction is included in at least TxBlockFinality blocks. TxBlockFinality is a new package constant of [backend/eth/channel]. Value to be discussed in #98
The text was updated successfully, but these errors were encountered:
Location:
[backend/eth/channel] contractbackend.go
Problem: TX are assumed to be final after one block, which is not the case for a reorg.
Solution: Implement a modified version of
ContractBackend.ConfirmTransaction
which checks that the Transaction is included in at leastTxBlockFinality
blocks.TxBlockFinality
is a new package constant of[backend/eth/channel]
. Value to be discussed in #98The text was updated successfully, but these errors were encountered: