mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
Integrate Config into admin_nodeInfo response (#7206)
This commit is contained in:
@ -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(),
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user