Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13710995
D17058.id50606.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
400 B
Subscribers
None
D17058.id50606.diff
View Options
diff --git a/src/avalanche/processor.cpp b/src/avalanche/processor.cpp
--- a/src/avalanche/processor.cpp
+++ b/src/avalanche/processor.cpp
@@ -1002,8 +1002,8 @@
return;
}
- LOCK(cs_stakeContenderCache);
LOCK(cs_peerManager);
+ LOCK(cs_stakeContenderCache);
stakeContenderCache.promoteToBlock(activeTip, *peerManager);
// TODO reconcile remoteProofs contenders
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 10:02 (1 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5570511
Default Alt Text
D17058.id50606.diff (400 B)
Attached To
D17058: Fix lock order inversion in promoteStakeContendersToTip
Event Timeline
Log In to Comment