mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: bump alloy 0.8.2 (#13459)
This commit is contained in:
@ -409,11 +409,12 @@ impl<N: NetworkPrimitives> NetworkManager<N> {
|
||||
let status = sessions.status();
|
||||
let hello_message = sessions.hello_message();
|
||||
|
||||
#[allow(deprecated)]
|
||||
NetworkStatus {
|
||||
client_version: hello_message.client_version,
|
||||
protocol_version: hello_message.protocol_version as u64,
|
||||
eth_protocol_info: EthProtocolInfo {
|
||||
difficulty: status.total_difficulty,
|
||||
difficulty: None,
|
||||
head: status.blockhash,
|
||||
network: status.chain.id(),
|
||||
genesis: status.genesis,
|
||||
|
||||
Reference in New Issue
Block a user