Skip to content

Commit

Permalink
Updated default option
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Dec 20, 2022
1 parent 11a38e2 commit c1acf96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbapp/sideband/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def __init_config(self):
self.config["display_name"] = "Anonymous Peer"
self.config["notifications_on"] = True
self.config["dark_ui"] = False
self.config["start_announce"] = False
self.config["start_announce"] = True
self.config["propagation_by_default"] = False
self.config["home_node_as_broadcast_repeater"] = False
self.config["send_telemetry_to_home_node"] = False
Expand Down

0 comments on commit c1acf96

Please sign in to comment.