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
check_header_and_update_state() updates it's state here. The new ClientState is updated in with_header(), which always sets the height of the new header as latest_height. This is incorrect in the case where a header comes in and is not the last header we've seen.
check_header_and_update_state()
updates it's state here. The newClientState
is updated inwith_header()
, which always sets the height of the new header aslatest_height
. This is incorrect in the case where a header comes in and is not the last header we've seen.Note: ibc-go does it properly.
The text was updated successfully, but these errors were encountered: