Skip to content

Commit

Permalink
Merge pull request #20444 from MariusVanDerWijden/patch-4
Browse files Browse the repository at this point in the history
core: removed old invalid comment
  • Loading branch information
karalabe authored Dec 10, 2019
2 parents cecc723 + f383eaa commit b8bc9b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/genesis.go
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,7 @@ func DefaultGoerliGenesisBlock() *Genesis {
}
}

// DeveloperGenesisBlock returns the 'geth --dev' genesis block. Note, this must
// be seeded with the
// DeveloperGenesisBlock returns the 'geth --dev' genesis block.
func DeveloperGenesisBlock(period uint64, faucet common.Address) *Genesis {
// Override the default period to the user requested one
config := *params.AllCliqueProtocolChanges
Expand Down

0 comments on commit b8bc9b3

Please sign in to comment.