diff --git a/libi2pd/Destination.cpp b/libi2pd/Destination.cpp index bd5fd23f..91477775 100644 --- a/libi2pd/Destination.cpp +++ b/libi2pd/Destination.cpp @@ -699,6 +699,7 @@ namespace client { // we got latest LeasetSet LogPrint (eLogDebug, "Destination: Published LeaseSet verified for ", s->GetIdentHash().ToBase32()); + s->m_ExcludedFloodfills.clear (); s->m_PublishVerificationTimer.expires_from_now (boost::posix_time::seconds(PUBLISH_REGULAR_VERIFICATION_INTERNAL)); s->m_PublishVerificationTimer.async_wait (std::bind (&LeaseSetDestination::HandlePublishVerificationTimer, s, std::placeholders::_1)); return;