mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +00:00
improves expired squelch deletion
This commit is contained in:
@@ -483,7 +483,7 @@ public:
|
||||
{
|
||||
auto validator = m->getValidatorKey();
|
||||
assert(validator);
|
||||
if (squelchStore_.expireAndIsSquelched(*validator))
|
||||
if (squelchStore_.isSquelched(*validator))
|
||||
return;
|
||||
|
||||
overlay_.updateSlotAndSquelch({}, *validator, id(), f);
|
||||
|
||||
Reference in New Issue
Block a user