write_acknowledgement
handler incorrectly uses packet's source_{port, channel}
as key for storing acks
#35
Labels
A: bug
Admin: something isn't working
Summary of Bug
modules/src/core/ics04_channel/handler/write_acknowledgement::process
incorrectly uses packet'ssource_{port, channel}
instead ofdest_{port, channel}
as key for storing acks. See spec -> https://github.com/cosmos/ibc/tree/master/spec/core/ics-004-channel-and-packet-semantics#writing-acknowledgementsVersion
v0.16.0
Acceptance Criteria
write_acknowledgement
handler is fixed to use the appropriate port/channel ids.For Admin Use
The text was updated successfully, but these errors were encountered: