mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(eth-wire): remove inaccurate status doc (#396)
This commit is contained in:
@ -7,8 +7,6 @@ use std::fmt::{Debug, Display};
|
||||
|
||||
/// The status message is used in the eth protocol handshake to ensure that peers are on the same
|
||||
/// network and are following the same fork.
|
||||
/// The total difficulty and best block hash are used to identify whether or not the requesting
|
||||
/// client should be sent historical blocks for a full blockchain sync.
|
||||
///
|
||||
/// When performing a handshake, the total difficulty is not guaranteed to correspond to the block
|
||||
/// hash. This information should be treated as untrusted.
|
||||
|
||||
Reference in New Issue
Block a user