Commit c62de65
fix: incorrect ID usage in IBC connection and packet handlers (#474)
* Initial plan
* Fix ConnOpenAck typo: use conn_id_on_a instead of conn_id_on_b
Co-authored-by: rnbguy <3789449+rnbguy@users.noreply.github.com>
* fix: use correct port/channel IDs in ack_path verification
Co-authored-by: rnbguy <3789449+rnbguy@users.noreply.github.com>
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: rnbguy <3789449+rnbguy@users.noreply.github.com>1 parent f85d4e1 commit c62de65
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- cairo-contracts/packages/core/src
- channel/components
- connection/components
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1053 | 1053 | | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | | - | |
1057 | | - | |
| 1056 | + | |
| 1057 | + | |
1058 | 1058 | | |
1059 | 1059 | | |
1060 | 1060 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| |||
0 commit comments