diff --git a/src/Application.cpp b/src/Application.cpp index 8ec0b2bf3a..758fae4ae6 100644 --- a/src/Application.cpp +++ b/src/Application.cpp @@ -190,6 +190,7 @@ void Application::sweep() mMasterTransaction.sweep(); mHashedObjectStore.sweep(); mMasterLedger.sweep(); + mTempNodeCache.sweep(); mSweepTimer.expires_from_now(boost::posix_time::seconds(60)); mSweepTimer.async_wait(boost::bind(&Application::sweep, this)); }