missed one... continued e8a4c505

This commit is contained in:
Paul 2018-07-01 22:36:54 -05:00
parent a78c8ad2c9
commit 2087cf894f

View File

@ -156,7 +156,7 @@ void CZMQNotificationInterface::SyncTransaction(const CTransaction& tx, const CB
else else
{ {
(*it)->Shutdown(); (*it)->Shutdown();
it = notifiers.erase(i); it = notifiers.erase(it);
} }
} }
} }