mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
refactor: remove Receipts struct (#14130)
This commit is contained in:
@ -23,7 +23,7 @@ pub(crate) fn to_execution_outcome(
|
||||
) -> ExecutionOutcome {
|
||||
ExecutionOutcome {
|
||||
bundle: block_execution_output.state.clone(),
|
||||
receipts: block_execution_output.receipts.clone().into(),
|
||||
receipts: vec![block_execution_output.receipts.clone()],
|
||||
first_block: block_number,
|
||||
requests: vec![block_execution_output.requests.clone()],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user