Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Oct 4, 2023
1 parent cfa53dd commit 170702c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallet-ismp/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ impl<T: Config> Pallet<T> {
}
Ok(MessageResult::Response(res)) => {
let StateMachineHeight { id, height } = match message {
Message::Request(ref request) => request.proof.height.clone(),
Message::Response(ref request) => request.proof.height.clone(),
_ => unreachable!(),
};
// update the messaging heights
Expand Down

0 comments on commit 170702c

Please sign in to comment.