Get rid of mapArgs direct access in ZMQ construction

This commit is contained in:
Matt Corallo
2016-11-29 18:43:29 -08:00
parent 0cf86a6678
commit 71fde5563b
3 changed files with 6 additions and 6 deletions

View File

@@ -1282,7 +1282,7 @@ bool AppInitMain(boost::thread_group& threadGroup, CScheduler& scheduler)
}
#if ENABLE_ZMQ
pzmqNotificationInterface = CZMQNotificationInterface::CreateWithArguments(mapArgs);
pzmqNotificationInterface = CZMQNotificationInterface::Create();
if (pzmqNotificationInterface) {
RegisterValidationInterface(pzmqNotificationInterface);