mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +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
|
else
|
||||||
{
|
{
|
||||||
(*it)->Shutdown();
|
(*it)->Shutdown();
|
||||||
it = notifiers.erase(i);
|
it = notifiers.erase(it);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user