Skip to content

Commit b8ea7ce

Browse files
yungwineCopilot
andauthored
fix server in process_hardforks.py
Co-authored-by: Copilot <[email protected]>
1 parent 69c6331 commit b8ea7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mytoninstaller/scripts/process_hardforks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def add_hardfork(hfk: dict):
6161
config_path = args.config_path
6262
binary = args.bin
6363
client = args.client
64-
server = args.server,
64+
server = args.server
6565
address = args.address
6666
from_seqno = args.from_seqno
6767

0 commit comments

Comments
 (0)