Skip to content

Commit 8037490

Browse files
committed
bugfix
1 parent 56a1039 commit 8037490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mytoninstaller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ def Event(name):
196196
DangerousRecoveryValidatorConfigFile()
197197
if name == "enableJR":
198198
EnableJsonRpc()
199-
if name == "enablePT":
200-
EnablePytonv3()
199+
if name == "enableTHA":
200+
EnableTonHttpApi()
201201
if name == "clc":
202202
ix = sys.argv.index("-i")
203203
initBlock_b64 = sys.argv[ix+1]

0 commit comments

Comments
 (0)