diff options
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: |