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
Packet timeouts are defined under Timeouts in ICS04. The current implementation does not receive timeout packets, but except that no timeout logics are implemented.
Packet timeouts are defined under
Timeouts
in ICS04. The current implementation does not receive timeout packets, but except that no timeout logics are implemented.Sending end
timeoutPacket
may be implemented asManager.Timeout(ctx sdk.Context, proofs []commitment.Proof, height uint64, portid, chanid string, packet Packet, nextSequenceReceive uint64)
Timing-out on close
timeoutOnClose
may be implemented asManager.TimeoutOnClose(ctx sdk.Context, proofs []commitment.Proof, height uint64, portid, chanid string, packet Packet)
The text was updated successfully, but these errors were encountered: