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
ErrorReceipt defines a type which encapsulates the upgrade sequence and error associated with the
upgrade handshake failure. When a channel upgrade handshake is aborted both chains are expected to increment to the
next sequence.
sequence: Sequence contains the sequence at which the error occurred. Both chains are expected to increment to the next sequence after the upgrade is aborted.
error_msg: ErrorMsg contains an arbitrary string which chains may use to provide additional information as to why the upgrade was aborted.
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate contributors tagged/assigned
The text was updated successfully, but these errors were encountered:
Summary
ErrorReceipt
defines a type which encapsulates the upgrade sequence and error associated with theupgrade handshake failure. When a channel upgrade handshake is aborted both chains are expected to increment to the
next sequence.
sequence
: Sequence contains the sequence at which the error occurred. Both chains are expected to increment to the next sequence after the upgrade is aborted.error_msg
: ErrorMsg contains an arbitrary string which chains may use to provide additional information as to why the upgrade was aborted.For Admin Use
The text was updated successfully, but these errors were encountered: