mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: use shorter map names (#14445)
This commit is contained in:
3
crates/rpc/rpc-eth-types/src/cache/db.rs
vendored
3
crates/rpc/rpc-eth-types/src/cache/db.rs
vendored
@ -97,8 +97,7 @@ impl reth_storage_api::StateProofProvider for StateProviderTraitObjWrapper<'_> {
|
||||
&self,
|
||||
input: reth_trie::TrieInput,
|
||||
target: reth_trie::HashedPostState,
|
||||
) -> reth_errors::ProviderResult<alloy_primitives::map::B256HashMap<alloy_primitives::Bytes>>
|
||||
{
|
||||
) -> reth_errors::ProviderResult<alloy_primitives::map::B256Map<alloy_primitives::Bytes>> {
|
||||
self.0.witness(input, target)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user