mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: mv proofs mod to reth-primitives-traits and split tests (#13871)
This commit is contained in:
@ -362,7 +362,7 @@ impl ExecutionOutcome {
|
||||
/// of receipt. This is a expensive operation.
|
||||
pub fn ethereum_receipts_root(&self, _block_number: BlockNumber) -> Option<B256> {
|
||||
self.receipts.root_slow(self.block_number_to_index(_block_number)?, |receipts| {
|
||||
reth_primitives::proofs::calculate_receipt_root_no_memo(receipts)
|
||||
reth_primitives::Receipt::calculate_receipt_root_no_memo(receipts)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user