Skip to content

Commit 41d522d

Browse files
committed
bugfix
1 parent 9c574c3 commit 41d522d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytoninstaller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def Event(name):
198198
EnableJsonRpc()
199199
if name == "enableTHA":
200200
EnableTonHttpApi()
201-
if name == "clc":
201+
if name in ["clc", "clcl"]:
202202
ix = sys.argv.index("-i")
203203
initBlock_b64 = sys.argv[ix+1]
204204
initBlock = b642dict(initBlock_b64)

0 commit comments

Comments
 (0)