Skip to content

Commit

Permalink
fix: fix typo in get_proof impl (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
blckngm authored Nov 17, 2023
1 parent 06340ba commit d7e50cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api/src/adapter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ where
"Can't find this position".to_string(),
))
})?,
proof: state_mpt_tree
proof: storage_mpt_tree
.get_proof(hash.as_bytes())?
.into_iter()
.map(Hex::encode)
Expand Down

0 comments on commit d7e50cc

Please sign in to comment.