Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D6956
Change Details
Change Details
Old
New
Diff
In upcoming backport D6940 InvalidateBlock(…) requires mutex cs_main not to be held. Currently we are requiring FinalizeBlock to be called while cs_main is locked, leading to duplicate calls to LOCK(cs_main), this diff changes that.
In upcoming backport D6940 InvalidateBlock(…) requires mutex cs_main not to be held. Currently we are requiring FinalizeBlock to be called while cs_main is locked, leading to duplicate calls to LOCK(cs_main), this diff changes that. Depends on D7203
In upcoming backport D6940 InvalidateBlock(…) requires mutex cs_main not to be held. Currently we are requiring FinalizeBlock to be called while cs_main is locked, leading to duplicate calls to LOCK(cs_main), this diff changes that.
Depends on D7203
Continue