We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c20a79 commit f511780Copy full SHA for f511780
mytonctrl/mytonctrl.py
@@ -384,7 +384,7 @@ def Upgrade(ton, args):
384
try:
385
from mytoninstaller.mytoninstaller import set_node_argument, get_node_args
386
node_args = get_node_args()
387
- if node_args['--state-ttl'] == 604800:
+ if node_args['--state-ttl'] == '604800':
388
set_node_argument(ton.local, ["--state-ttl", "-d"])
389
except Exception as e:
390
color_print(f"{{red}}Failed to set node argument: {e} {{endc}}")
0 commit comments