Skip to content

Commit 2f6ff49

Browse files
authored
internal/ethapi: typo (#29636)
1 parent 4f4f9d8 commit 2f6ff49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ethapi/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ func (s *EthereumAPI) BlobBaseFee(ctx context.Context) *hexutil.Big {
142142
}
143143

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

0 commit comments

Comments
 (0)