diff --git a/core/api/src/adapter.rs b/core/api/src/adapter.rs index 3dcfd167a..9b346634f 100644 --- a/core/api/src/adapter.rs +++ b/core/api/src/adapter.rs @@ -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)