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
IbcEvent::height() doesn't belong in the IbcEvent. This field was only tacked on IbcEvent for relayer purposes. We should instead create a IbcEventWithHeight struct in the relayer that tracks extra height data.
IbcEvent::height()
doesn't belong in theIbcEvent
. This field was only tacked onIbcEvent
for relayer purposes. We should instead create aIbcEventWithHeight
struct in the relayer that tracks extra height data.Contributes towards informalsystems/ibc-rs#11.
The text was updated successfully, but these errors were encountered: