Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com>
This commit is contained in:
vuittont60
2024-01-09 08:27:24 +08:00
committed by GitHub
parent e51e042906
commit 694069a16c
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -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());
}