mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: update el requests for devnet 4 (#11865)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -10,7 +10,7 @@ use reth_evm::execute::{
|
||||
};
|
||||
use reth_evm_ethereum::execute::EthExecutorProvider;
|
||||
use reth_primitives::{
|
||||
constants::ETH_TO_WEI, Block, BlockBody, BlockWithSenders, Header, Receipt, Requests,
|
||||
constants::ETH_TO_WEI, Block, BlockBody, BlockWithSenders, Header, Receipt,
|
||||
SealedBlockWithSenders, Transaction,
|
||||
};
|
||||
use reth_provider::{
|
||||
@ -29,7 +29,7 @@ pub(crate) fn to_execution_outcome(
|
||||
bundle: block_execution_output.state.clone(),
|
||||
receipts: block_execution_output.receipts.clone().into(),
|
||||
first_block: block_number,
|
||||
requests: vec![Requests(block_execution_output.requests.clone())],
|
||||
requests: vec![block_execution_output.requests.clone()],
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user