Skip to content

Commit

Permalink
Change coordinator's default to false (WalletWasabi#13424)
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolay authored Sep 20, 2024
1 parent 347e560 commit bd297b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WalletWasabi/Discoverability/AnnouncerConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace WalletWasabi.Discoverability;
public record AnnouncerConfig
{
public string CoordinatorName { get; init; } = "Coordinator";
public bool IsEnabled { get; init; } = true;
public bool IsEnabled { get; init; } = false;
public string CoordinatorDescription { get; init; } = "WabiSabi Coinjoin Coordinator";
public string CoordinatorUri { get; init; } = "https://api.example.com/";
public uint AbsoluteMinInputCount { get; init; } = 21;
Expand Down

0 comments on commit bd297b1

Please sign in to comment.