mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
fix: eth_getProof response (#12370)
This commit is contained in:
@@ -122,7 +122,7 @@ pub trait EthState: LoadState + SpawnBlocking {
|
||||
let proof = state
|
||||
.proof(Default::default(), address, &storage_keys)
|
||||
.map_err(Self::Error::from_eth_err)?;
|
||||
Ok(from_primitive_account_proof(proof))
|
||||
Ok(from_primitive_account_proof(proof, keys))
|
||||
})
|
||||
.await
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user