Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
scorbajio committed Aug 13, 2024
1 parent f6a02d1 commit aec9005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block/src/consensus/clique.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export function cliqueVerifySignature(header: BlockHeader, signerList: Address[]
* Retrieves the extraData from a sealed block header
* @param header block header from which to retrieve extraData
* @param cliqueSigner clique signer key used for creating sealed block
* @returns the extradata from the block
* @returns extradata from the block
*/
export function retrieveCliqueBlockExtraData(
header: BlockHeader,
Expand Down

0 comments on commit aec9005

Please sign in to comment.