Skip to content

Commit

Permalink
nit: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Nov 23, 2023
1 parent 1b5a9fc commit 22351c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-core/ics25-handler/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
//! When processing a given message `M`, if any method in this library returns
//! an error, the runtime is expected to rollback all state modifications made
//! to the context (e.g.
//! [`ExecutionContext`](crate::core::host::ExecutionContext)) while processing
//! [`ExecutionContext`](ibc_core_host::ExecutionContext)) while processing
//! `M`. If a transaction on your blockchain contains multiple messages, then
//! typically the state modifications from all messages is expected to be rolled
//! back as well.
Expand Down

0 comments on commit 22351c9

Please sign in to comment.