Page MenuHomePhabricator

Update ban-state in case of dirty-state during periodic sweep
ClosedPublic

Authored by deadalnix on Oct 5 2018, 09:57.

Details

Summary

Ensure the UI is updated when we update the banlist by calling it ouside of the cs_setBanned lock.

This is a backport of Core PR11616

Test Plan
make check

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

schancel added a subscriber: schancel.

Commit comment makes it sound as though notification was happening before, and need to be moved out of a critical area. That is not the case.

This revision is now accepted and ready to land.Oct 5 2018, 22:18
This revision was automatically updated to reflect the committed changes.