diff --git a/src/qt/masternodelist.cpp b/src/qt/masternodelist.cpp index 164bce9caf..dbe4a081df 100644 --- a/src/qt/masternodelist.cpp +++ b/src/qt/masternodelist.cpp @@ -60,6 +60,8 @@ MasternodeList::MasternodeList(const PlatformStyle *platformStyle, QWidget *pare connect(timer, SIGNAL(timeout()), this, SLOT(updateMyNodeList())); timer->start(1000); + fFilterUpdated = false; + nTimeFilterUpdated = GetTime(); updateNodeList(); }