core: removed old invalid comment

pull/20444/head
Marius van der Wijden 5 years ago committed by GitHub
parent cecc7230c0
commit f383eaa102
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      core/genesis.go

@ -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

Loading…
Cancel
Save