Skip to content

Commit

Permalink
internal/ethapi: typo (ethereum#29636)
Browse files Browse the repository at this point in the history
  • Loading branch information
yosuzzy authored and jorgemmsilva committed Jun 17, 2024
1 parent 040950f commit 16a1e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ethapi/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (s *EthereumAPI) BlobBaseFee(ctx context.Context) *hexutil.Big {
}

// Syncing returns false in case the node is currently not syncing with the network. It can be up-to-date or has not
// yet received the latest block headers from its pears. In case it is synchronizing:
// yet received the latest block headers from its peers. In case it is synchronizing:
// - startingBlock: block number this node started to synchronize from
// - currentBlock: block number this node is currently importing
// - highestBlock: block number of the highest block header this node has received from peers
Expand Down

0 comments on commit 16a1e9f

Please sign in to comment.