Page MenuHomePhabricator

D11693.diff
No OneTemporary

D11693.diff

diff --git a/src/net_processing.cpp b/src/net_processing.cpp
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -5022,8 +5022,8 @@
// Default vote for unknown inv type
uint32_t vote = -1;
- // We don't vote definitively until we have an established quorum
- if (!quorum_established) {
+ // We only vote on proofs until we have an established quorum
+ if (!quorum_established && inv.type != MSG_AVA_PROOF) {
votes.emplace_back(vote, inv.hash);
continue;
}

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 1, 11:51 (6 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187704
Default Alt Text
D11693.diff (585 B)

Event Timeline