Skip to content

Commit

Permalink
Update ibc-core/ics23-commitment/types/src/specs.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Rano | Ranadeep <[email protected]>
Signed-off-by: Tuan Tran <[email protected]>
  • Loading branch information
tuantran1702 and rnbguy authored Apr 9, 2024
1 parent 84f3122 commit c921a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibc-core/ics23-commitment/types/src/specs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl TryFrom<RawProofSpec> for ProofSpec {

let leaf_spec = spec.leaf_spec.map(|lop| LeafOp::from(lop)).map(|lop| lop.0);
let inner_spec = spec.inner_spec
.map(|ispec| InnerSpec::try_from(ispec))
.map(InnerSpec::try_from)
.transpose()?
.map(|ispec| ispec.0);

Expand Down

0 comments on commit c921a7c

Please sign in to comment.