aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorPéter Szilágyi <peterke@gmail.com>2018-03-26 18:34:21 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-03-26 19:08:01 +0800
commit495bdb0c713ce6deafa51fa25cb7ea66426b6b2e (patch)
tree648283a32470db5018d6efba60b5f7cb0a60f0ae /cmd/geth/main.go
parentb6b6f52ec8608e1a694357357c3f1fde669f1e6d (diff)
downloaddexon-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar
dexon-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.gz
dexon-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.bz2
dexon-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.lz
dexon-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.xz
dexon-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.zst
dexon-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.zip
cmd: export preimages in RLP, support GZIP, uniform with block export
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index 6e234a704..061384d1b 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -155,11 +155,11 @@ func init() {
initCommand,
importCommand,
exportCommand,
+ importPreimagesCommand,
+ exportPreimagesCommand,
copydbCommand,
removedbCommand,
dumpCommand,
- preimageDumpCommand,
- preimageImportCommand,
// See monitorcmd.go:
monitorCommand,
// See accountcmd.go: