Skip to content

Commit cc5c7dc

Browse files
ranchalpyiweichi
andauthored
Update consensus/system_contract/consensus.go
Co-authored-by: Morty <[email protected]>
1 parent 396db64 commit cc5c7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/system_contract/consensus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ var ErrUnauthorizedSigner = errors.New("unauthorized signer")
6161
type SignerFn func(signer accounts.Account, mimeType string, message []byte) ([]byte, error)
6262

6363
// Author implements consensus.Engine, returning the Ethereum address recovered
64-
// from the signature in the header's extra-data section.
64+
// from the signature in the header's block-signature section.
6565
func (s *SystemContract) Author(header *types.Header) (common.Address, error) {
6666
return ecrecover(header)
6767
}

0 commit comments

Comments
 (0)