From b53c2b1775b3e9343bbb1ece062d0418dcc2444b Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Tue, 2 May 2023 13:06:22 +0700 Subject: [PATCH] comment out "erigon alpha_backup" cmd --- turbo/app/make_app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo/app/make_app.go b/turbo/app/make_app.go index 11dbacde5..dea56d8cc 100644 --- a/turbo/app/make_app.go +++ b/turbo/app/make_app.go @@ -53,7 +53,7 @@ func MakeApp(name string, action cli.ActionFunc, cliFlags []cli.Flag) *cli.App { &importCommand, &snapshotCommand, &supportCommand, - &backupCommand, + //&backupCommand, } return app }