initial cleanup (#11542)
* cleanup * upbork * review grumble: rename client id prefix * rpc-tests: make one of the clients open-ethereum * fix doctest * README: mention clang version and that our wiki is old
This commit is contained in:
@@ -584,7 +584,7 @@ impl<'a> Discovery<'a> {
|
||||
None
|
||||
} else {
|
||||
if request.deprecated_echo_hash == echo_hash {
|
||||
trace!(target: "discovery", "Got Pong from an old parity-ethereum version.");
|
||||
trace!(target: "discovery", "Got Pong from an old open-ethereum version.");
|
||||
}
|
||||
Some((request.node.clone(), request.reason.clone()))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user