Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com>
pull/6374/head
vuittont60 11 months ago committed by GitHub
parent e51e042906
commit 694069a16c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/trace_rpc_apis.md
  2. 2
      ethereum/eth/src/main/java/org/hyperledger/besu/ethereum/eth/manager/EthPeers.java

@ -34,6 +34,6 @@ Besu reports only the actual cost of the precompiled contract call in the
### Out of Gas
Besu reports the operation that causes out fo gas exceptions, including
Besu reports the operation that causes out of gas exceptions, including
calculated gas cost. The operation is not executed so no `ex` values are
reported.

@ -197,7 +197,7 @@ public class EthPeers {
peer.handleDisconnect();
abortPendingRequestsAssignedToDisconnectedPeers();
if (peer.getReputation().getScore() > USEFULL_PEER_SCORE_THRESHOLD) {
LOG.debug("Disonnected USEFULL peer {}", peer);
LOG.debug("Disconnected USEFULL peer {}", peer);
} else {
LOG.debug("Disconnected EthPeer {}", peer.getShortNodeId());
}

Loading…
Cancel
Save