aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorrjl493456442 <garyrong0905@gmail.com>2018-03-14 20:15:30 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-03-26 17:51:46 +0800
commitb6b6f52ec8608e1a694357357c3f1fde669f1e6d (patch)
treead5882a115e1688b5a542f208385c40a21400c6a /cmd/geth/main.go
parent933972d139b0fe291cb01c7ad2c0f9d3109a68dd (diff)
downloaddexon-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.tar
dexon-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.tar.gz
dexon-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.tar.bz2
dexon-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.tar.lz
dexon-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.tar.xz
dexon-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.tar.zst
dexon-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.zip
cmd: implement preimage dump and import cmds
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index f5a3fa941..6e234a704 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -158,6 +158,8 @@ func init() {
copydbCommand,
removedbCommand,
dumpCommand,
+ preimageDumpCommand,
+ preimageImportCommand,
// See monitorcmd.go:
monitorCommand,
// See accountcmd.go: