diff options
author | rjl493456442 <garyrong0905@gmail.com> | 2018-03-14 20:15:30 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-03-26 17:51:46 +0800 |
commit | b6b6f52ec8608e1a694357357c3f1fde669f1e6d (patch) | |
tree | ad5882a115e1688b5a542f208385c40a21400c6a /cmd/geth/main.go | |
parent | 933972d139b0fe291cb01c7ad2c0f9d3109a68dd (diff) | |
download | go-tangerine-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.tar.gz go-tangerine-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.tar.zst go-tangerine-b6b6f52ec8608e1a694357357c3f1fde669f1e6d.zip |
cmd: implement preimage dump and import cmds
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r-- | cmd/geth/main.go | 2 |
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: |