cmd/geth, eth/downloader: remove copydb command (#22501)

* cmd/geth: remove copydb command

* eth/downloader: remove fakepeer
This commit is contained in:
Martin Holst Swende
2021-03-15 15:25:45 +01:00
committed by GitHub
parent c6d45009f1
commit faacc8e0fa
3 changed files with 0 additions and 243 deletions

View File

@ -212,7 +212,6 @@ func init() {
exportCommand,
importPreimagesCommand,
exportPreimagesCommand,
copydbCommand,
removedbCommand,
dumpCommand,
dumpGenesisCommand,