feat: add more beacon API types (#5292)

This commit is contained in:
Matthias Seitz
2023-11-06 14:10:26 +01:00
committed by GitHub
parent fa803fd7ef
commit 29a8489982
17 changed files with 844 additions and 151 deletions

View File

@ -23,7 +23,7 @@ use reth::{
ext::{RethCliExt, RethNodeCommandConfig},
Cli,
},
rpc::types::engine::beacon_api::events::PayloadAttributesEvent,
rpc::types::beacon::events::PayloadAttributesEvent,
tasks::TaskSpawner,
};
use std::net::{IpAddr, Ipv4Addr};