mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: remove some outdated todos (#10196)
This commit is contained in:
@ -144,7 +144,6 @@ where
|
||||
.split_with_handle();
|
||||
|
||||
tokio::task::spawn(network);
|
||||
// TODO: tokio::task::spawn(txpool);
|
||||
tokio::task::spawn(eth);
|
||||
Ok(handle)
|
||||
}
|
||||
|
||||
@ -98,8 +98,6 @@ where
|
||||
// EIP-4844 fields
|
||||
blob_hashes: blob_versioned_hashes.unwrap_or_default(),
|
||||
max_fee_per_blob_gas,
|
||||
// EIP-7702 fields
|
||||
// authorization_list: TODO
|
||||
authorization_list: Default::default(),
|
||||
optimism: OptimismFields { enveloped_tx: Some(Bytes::new()), ..Default::default() },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user