From f383eaa102d11490a85c0a238f904e5d06b95178 Mon Sep 17 00:00:00 2001 From: Marius van der Wijden Date: Tue, 10 Dec 2019 11:50:16 +0100 Subject: [PATCH] core: removed old invalid comment --- core/genesis.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/genesis.go b/core/genesis.go index e15cffda6..92e654da8 100644 --- a/core/genesis.go +++ b/core/genesis.go @@ -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