cmd: implement preimage dump and import cmds

This commit is contained in:
rjl493456442
2018-03-14 20:15:30 +08:00
committed by Péter Szilágyi
parent 933972d139
commit b6b6f52ec8
3 changed files with 121 additions and 0 deletions

View File

@ -158,6 +158,8 @@ func init() {
copydbCommand,
removedbCommand,
dumpCommand,
preimageDumpCommand,
preimageImportCommand,
// See monitorcmd.go:
monitorCommand,
// See accountcmd.go: