fix(eth-wire): remove inaccurate status doc (#396)

This commit is contained in:
Dan Cline
2022-12-13 02:33:22 -05:00
committed by GitHub
parent 705e6f79dc
commit aeca7ddaab

View File

@ -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.