Skip to content

Commit

Permalink
missed one... continued e8a4c50
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul authored and Paul committed Jul 2, 2018
1 parent a78c8ad commit 2087cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zmq/zmqnotificationinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void CZMQNotificationInterface::SyncTransaction(const CTransaction& tx, const CB
else
{
(*it)->Shutdown();
it = notifiers.erase(i);
it = notifiers.erase(it);
}
}
}
Expand Down

0 comments on commit 2087cf8

Please sign in to comment.