Skip to content

Commit

Permalink
adding introducer port setting to both commands
Browse files Browse the repository at this point in the history
  • Loading branch information
justinengland authored and Yostra committed Jan 12, 2021
1 parent 252d2c9 commit 535b366
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmds/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def configure(args, parser):
config["timelord"]["full_node_peer"]["port"] = int(args.set_fullnode_port)
config["wallet"]["full_node_peer"]["port"] = int(args.set_fullnode_port)
config["wallet"]["introducer_peer"]["port"] = int(args.set_fullnode_port)
config["introducer"]["port"] = int(args.set_fullnode_port)
print("Default full node port updated.")
change_made = True
if change_made:
Expand Down

0 comments on commit 535b366

Please sign in to comment.