mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 19:42:46 +01:00
missed one... continued e8a4c505
This commit is contained in:
parent
a78c8ad2c9
commit
2087cf894f
@ -156,7 +156,7 @@ void CZMQNotificationInterface::SyncTransaction(const CTransaction& tx, const CB
|
||||
else
|
||||
{
|
||||
(*it)->Shutdown();
|
||||
it = notifiers.erase(i);
|
||||
it = notifiers.erase(it);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user