Skip to content

Commit

Permalink
fix typos (#6368)
Browse files Browse the repository at this point in the history
Signed-off-by: vuittont60 <81072379+vuittont60@users.noreply.github.com>
  • Loading branch information
vuittont60 committed Jan 9, 2024
1 parent e51e042 commit 694069a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/trace_rpc_apis.md
Expand Up @@ -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.
Expand Up @@ -197,7 +197,7 @@ private boolean registerDisconnect(
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());
}
Expand Down

0 comments on commit 694069a

Please sign in to comment.