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
To prevent that a packet that has already been relayed can still be incentivized (and therefore fees end up being locked up forever), on PayPacketFeeAsync, if the NextSequenceSend is greater than the packet sequence that is intended to be incentivized AND the packet commitment does not exist (since packet commitments are deleted when packets are acknowledged or timed out), return an error.
The text was updated successfully, but these errors were encountered:
To prevent that a packet that has already been relayed can still be incentivized (and therefore fees end up being locked up forever), on
PayPacketFeeAsync
, if theNextSequenceSend
is greater than the packet sequence that is intended to be incentivized AND the packet commitment does not exist (since packet commitments are deleted when packets are acknowledged or timed out), return an error.The text was updated successfully, but these errors were encountered: