Unverified Commit b8bc9b3d authored by Péter Szilágyi's avatar Péter Szilágyi Committed by GitHub

Merge pull request #20444 from MariusVanDerWijden/patch-4

core: removed old invalid comment
parents cecc7230 f383eaa1
...@@ -383,8 +383,7 @@ func DefaultGoerliGenesisBlock() *Genesis { ...@@ -383,8 +383,7 @@ func DefaultGoerliGenesisBlock() *Genesis {
} }
} }
// DeveloperGenesisBlock returns the 'geth --dev' genesis block. Note, this must // DeveloperGenesisBlock returns the 'geth --dev' genesis block.
// be seeded with the
func DeveloperGenesisBlock(period uint64, faucet common.Address) *Genesis { func DeveloperGenesisBlock(period uint64, faucet common.Address) *Genesis {
// Override the default period to the user requested one // Override the default period to the user requested one
config := *params.AllCliqueProtocolChanges config := *params.AllCliqueProtocolChanges
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment