polymerdao / ibc-go

Interblockchain Communication Protocol (IBC) implementation in Golang.
https://ibc.cosmos.network/
MIT License
11 stars 13 forks source link

ibc-15: Port single hop ChanOpenConfirm test cases to multihop test #31

Closed ghost closed 1 year ago

ghost commented 1 year ago

This code change ports single hop test cases for ChanOpenConfirm to multihop test

closes: ibc-15

Apparently something was not quite right with empty lines in my previous code change. This time I used gofmt on the file with code changes.