Skip to content

Commit

Permalink
DISABLE BROADCAST
Browse files Browse the repository at this point in the history
  • Loading branch information
pwojcikdev committed Mar 4, 2024
1 parent a09c207 commit 5bc8038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nano/node/vote_storage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class vote_storage final
std::chrono::seconds const request_age_cutoff{ 30 };
bool const reply_priority_accounts_only{ true };

static bool constexpr enable_broadcast = true;
static bool constexpr enable_broadcast = false;
static bool constexpr enable_replies = true;
static bool constexpr enable_pr_broadcast = true;
static bool constexpr enable_random_broadcast = false;
Expand Down

0 comments on commit 5bc8038

Please sign in to comment.