Skip to content

Commit

Permalink
cleanup code doc in createCommonFromGethGenesis (#3559)
Browse files Browse the repository at this point in the history
  • Loading branch information
acolytec3 authored Aug 6, 2024
1 parent 401d650 commit c00859b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/src/constructors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function createCustomCommon(
/**
* Static method to load and set common from a geth genesis json
* @param genesisJson json of geth configuration
* @param { Mainnet, eips, genesisHash, hardfork, mergeForkIdPostMerge } to further configure the common instance
* @param opts additional {@link GethConfigOpts} for configuring common
* @returns Common
*/
export function createCommonFromGethGenesis(
Expand Down

0 comments on commit c00859b

Please sign in to comment.