Skip to content

Commit

Permalink
Delete packet commitment instead of acknowledgement in acknowledgePac…
Browse files Browse the repository at this point in the history
…ket (#1609)
  • Loading branch information
hu55a1n1 authored Nov 26, 2021
1 parent ccc7bb0 commit 055019e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Delete packet commitment instead of acknowledgement in acknowledgePacket
[#1573](https://github.com/informalsystems/ibc-rs/issues/1573)
2 changes: 1 addition & 1 deletion modules/src/core/ics04_channel/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ pub trait ChannelKeeper {
}
None => {
//Unordered Channel
self.delete_packet_acknowledgement((
self.delete_packet_commitment((
res.port_id.clone(),
res.channel_id.clone(),
res.seq,
Expand Down

0 comments on commit 055019e

Please sign in to comment.