Skip to content

Commit

Permalink
Revert "consensus/clique: fix typo in comment (ethereum#27503)"
Browse files Browse the repository at this point in the history
This reverts commit 1b46eaa.
  • Loading branch information
devopsbo3 authored Nov 10, 2023
1 parent 9d27ecd commit bea203d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/clique/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func (sb *blockNumberOrHashOrRLP) UnmarshalJSON(data []byte) error {
}

// GetSigner returns the signer for a specific clique block.
// Can be called with a block number, a block hash or a rlp encoded blob.
// Can be called with either a blocknumber, blockhash or an rlp encoded blob.
// The RLP encoded blob can either be a block or a header.
func (api *API) GetSigner(rlpOrBlockNr *blockNumberOrHashOrRLP) (common.Address, error) {
if len(rlpOrBlockNr.RLP) == 0 {
Expand Down

0 comments on commit bea203d

Please sign in to comment.