aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/puppeth/module_dashboard.go
diff options
context:
space:
mode:
authorMartin Holst Swende <martin@swende.se>2018-11-25 06:22:25 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-12-03 18:34:41 +0800
commit8698fbabf6c7811e8eec6e84512510e9c9a4eb45 (patch)
treebfd4570f18e332e2d51a140aa331ab9507bd2983 /cmd/puppeth/module_dashboard.go
parenta3fd415c0f983cae35c329d97e0b6707561daef6 (diff)
downloaddexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.tar
dexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.tar.gz
dexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.tar.bz2
dexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.tar.lz
dexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.tar.xz
dexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.tar.zst
dexon-8698fbabf6c7811e8eec6e84512510e9c9a4eb45.zip
cmd/puppeth: implement chainspec converters
Diffstat (limited to 'cmd/puppeth/module_dashboard.go')
-rw-r--r--cmd/puppeth/module_dashboard.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/puppeth/module_dashboard.go b/cmd/puppeth/module_dashboard.go
index d22bd8110..cb3ed6e71 100644
--- a/cmd/puppeth/module_dashboard.go
+++ b/cmd/puppeth/module_dashboard.go
@@ -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
}