mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 17:33:47 +00:00
Fix core/genesis.go gofmt
This commit is contained in:
parent
c97f750399
commit
7240e32771
1 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,7 @@ func DefaultGenesisBlock() *Genesis {
|
|||
|
||||
// EllaismGenesisBlock returns the Ellaism genesis block.
|
||||
func DefaultEllaismGenesisBlock() *Genesis {
|
||||
return &Genesis {
|
||||
return &Genesis{
|
||||
Config: params.EllaismChainConfig,
|
||||
Nonce: 64,
|
||||
ExtraData: hexutil.MustDecode("0x0000000000000000000000000000000000000000000000000000000000000000"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue