Make the logic of publishing update tx
more robust
#3046
Labels
C. Payment Channel
Related to Flash TestNet
Milestone
A flash node sends the latest
update tx
right after a block containing anupdate tx
is externalized. But there might be some issue that the validator referenced by the node has not yet accepted the block so there might be no UTXO that is referenced by inputs of a newupdate tx
. So we should change the logic that can have arelayer
or check that the referenced validator has the same height as the node. This issue was found out when solving issue #2425.The text was updated successfully, but these errors were encountered: