cosmos/ibc

Closed channel cannot process acknowledgements

Opened this issue · 0 comments

If a channel closes, acknowledgements cannot be processed.

From the acknowledgePacket function in the spec:

   abortTransactionUnless(channel.state === OPEN || channel.state === FLUSHING)