mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: make nodetypes stateless and move evm to components (#7992)
This commit is contained in:
@ -73,7 +73,7 @@ fn main() {
|
||||
Cli::parse_args()
|
||||
.run(|builder, _| async move {
|
||||
let handle = builder
|
||||
.with_types(EthereumNode::default())
|
||||
.with_types::<EthereumNode>()
|
||||
// Configure the components of the node
|
||||
// use default ethereum components but use our custom payload builder
|
||||
.with_components(
|
||||
|
||||
Reference in New Issue
Block a user