diff options
author | Péter Szilágyi <peterke@gmail.com> | 2018-03-26 18:34:21 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-03-26 19:08:01 +0800 |
commit | 495bdb0c713ce6deafa51fa25cb7ea66426b6b2e (patch) | |
tree | 648283a32470db5018d6efba60b5f7cb0a60f0ae /cmd/geth/main.go | |
parent | b6b6f52ec8608e1a694357357c3f1fde669f1e6d (diff) | |
download | go-tangerine-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar go-tangerine-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.gz go-tangerine-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.bz2 go-tangerine-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.lz go-tangerine-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.xz go-tangerine-495bdb0c713ce6deafa51fa25cb7ea66426b6b2e.tar.zst go-tangerine-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.go | 4 |
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: |