Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115714
D11693.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
585 B
Subscribers
None
D11693.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 11:51 (3 h, 51 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187704
Default Alt Text
D11693.diff (585 B)
Attached To
D11693: [avalanche] Vote on proofs if the quorum is not established
Event Timeline
Log In to Comment