mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: update revm 19 alloy 09 (#13594)
This commit is contained in:
@ -39,6 +39,6 @@ where
|
||||
receipts
|
||||
.into_iter()
|
||||
.enumerate()
|
||||
.map(|(id, receipt)| (id as u64, receipt.cumulative_gas_used() as u64))
|
||||
.map(|(id, receipt)| (id as u64, receipt.cumulative_gas_used()))
|
||||
.collect()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user