mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
core: removed old invalid comment
This commit is contained in:
parent
cecc7230c0
commit
f383eaa102
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue