Skip to content

Commit

Permalink
Update adr-015-ibc-packet-receiver.md (#6620)
Browse files Browse the repository at this point in the history
  • Loading branch information
lido333 authored and bznein committed Jun 20, 2024
1 parent 5e274f1 commit ef2d932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/architecture/adr-015-ibc-packet-receiver.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ which will make the channel unable to proceed.
under the routing module specification. Instead of define each channel handshake callback
functions, application modules can provide `ChannelChecker` function with the `AppModule`
which will be injected to `ChannelKeeper.Port()` at the top level application.
`CheckOpen` will find the correct `ChennelChecker` using the
`CheckOpen` will find the correct `ChannelChecker` using the
`PortID` and call it, which will return an error if it is unacceptable by the application.

The `ProofVerificationDecorator` will be inserted to the top level application.
Expand Down

0 comments on commit ef2d932

Please sign in to comment.