cmd/puppeth: implement chainspec converters

This commit is contained in:
Martin Holst Swende
2018-11-24 23:22:25 +01:00
committed by Péter Szilágyi
parent a3fd415c0f
commit 8698fbabf6
9 changed files with 780 additions and 162 deletions

View File

@ -640,7 +640,7 @@ func deployDashboard(client *sshClient, network string, conf *config, config *da
files[filepath.Join(workdir, network+".json")] = genesis
if conf.Genesis.Config.Ethash != nil {
cppSpec, err := newCppEthereumGenesisSpec(network, conf.Genesis)
cppSpec, err := newAlethGenesisSpec(network, conf.Genesis)
if err != nil {
return nil, err
}