Integrate Config into admin_nodeInfo response (#7206)

This commit is contained in:
Thomas Coratger
2024-03-20 12:21:31 +01:00
committed by GitHub
parent c1f051a9dd
commit 0a803c49a9
7 changed files with 60 additions and 32 deletions

View File

@ -32,9 +32,10 @@ impl NetworkInfo for NoopNetwork {
protocol_version: ProtocolVersion::V5 as u64,
eth_protocol_info: EthProtocolInfo {
difficulty: Default::default(),
head: Default::default(),
network: 1,
genesis: Default::default(),
config: Default::default(),
head: Default::default(),
},
})
}