Skip to content

Commit 0832eb2

Browse files
committed
remove activate_ton_storage_provider cmd
1 parent 4825e15 commit 0832eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytonctrl/mytonctrl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def inject_globals(func):
129129

130130
console.AddItem("cleanup", inject_globals(cleanup_validator_db), local.translate("cleanup_cmd"))
131131
console.AddItem("benchmark", inject_globals(run_benchmark), local.translate("benchmark_cmd"))
132-
console.AddItem("activate_ton_storage_provider", inject_globals(activate_ton_storage_provider), local.translate("activate_ton_storage_provider_cmd"))
132+
# console.AddItem("activate_ton_storage_provider", inject_globals(activate_ton_storage_provider), local.translate("activate_ton_storage_provider_cmd"))
133133

134134
# Process input parameters
135135
opts, args = getopt.getopt(argv,"hc:w:",["config=","wallets="])

0 commit comments

Comments
 (0)