From e310ca81074f99f9aa87ad52eb1408d40d07d7e5 Mon Sep 17 00:00:00 2001 From: pasta Date: Tue, 8 Oct 2024 13:44:50 -0500 Subject: [PATCH] UNDO ME! --- src/dsnotificationinterface.cpp | 8 ++++---- src/timedata.cpp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/dsnotificationinterface.cpp b/src/dsnotificationinterface.cpp index 701f96ccaa200..05b6b73e11c0e 100644 --- a/src/dsnotificationinterface.cpp +++ b/src/dsnotificationinterface.cpp @@ -4,9 +4,9 @@ #include #include -#ifdef ENABLE_WALLET +//#ifdef ENABLE_WALLET #include -#endif // ENABLE_WALLET +//#endif // ENABLE_WALLET #include #include #include @@ -85,10 +85,10 @@ void CDSNotificationInterface::UpdatedBlockTip(const CBlockIndex *pindexNew, con return; m_cj_ctx->dstxman->UpdatedBlockTip(pindexNew, *m_llmq_ctx->clhandler, m_mn_sync); -#ifdef ENABLE_WALLET +//#ifdef ENABLE_WALLET m_cj_ctx->walletman->ForEachCJClientMan( [&pindexNew](std::unique_ptr& clientman) { clientman->UpdatedBlockTip(pindexNew); }); -#endif // ENABLE_WALLET +//#endif // ENABLE_WALLET m_llmq_ctx->isman->UpdatedBlockTip(pindexNew); m_llmq_ctx->clhandler->UpdatedBlockTip(); diff --git a/src/timedata.cpp b/src/timedata.cpp index bf0427cb95247..40d332ace2020 100644 --- a/src/timedata.cpp +++ b/src/timedata.cpp @@ -92,7 +92,7 @@ void AddTimeData(const CNetAddr& ip, int64_t nOffsetSample) if (!fMatch) { g_warning_emitted = true; - bilingual_str strMessage = strprintf(_("Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly."), PACKAGE_NAME); + bilingual_str strMessage = strprintf(_("Please check that your computer's date and time are correct! If your clock is wrong, %s will not work properly."), "TEST"); SetMiscWarning(strMessage); uiInterface.ThreadSafeMessageBox(strMessage, "", CClientUIInterface::MSG_WARNING); }