cmd/puppeth: fix dashboard iframes, extend with new services

This commit is contained in:
Péter Szilágyi
2017-10-23 12:24:25 +03:00
parent 51a86f61be
commit 6eb38e02a8
5 changed files with 441 additions and 51 deletions

View File

@ -37,7 +37,7 @@ func (w *wizard) makeGenesis() {
genesis := &core.Genesis{
Timestamp: uint64(time.Now().Unix()),
GasLimit: 4700000,
Difficulty: big.NewInt(1048576),
Difficulty: big.NewInt(524288),
Alloc: make(core.GenesisAlloc),
Config: &params.ChainConfig{
HomesteadBlock: big.NewInt(1),