From 94d80323d48c466784ca8feb7c28a70866df36c4 Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Wed, 27 Nov 2024 20:25:43 +0700 Subject: [PATCH] fix: typo name of key Co-authored-by: UdjinM6 --- src/evo/mnhftx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evo/mnhftx.cpp b/src/evo/mnhftx.cpp index 1fe90958ef..0a381cd44b 100644 --- a/src/evo/mnhftx.cpp +++ b/src/evo/mnhftx.cpp @@ -23,7 +23,7 @@ #include static const std::string MNEHF_REQUESTID_PREFIX = "mnhf"; -static const std::string DB_SIGNALS = "mnhf"; +static const std::string DB_SIGNALS = "mnhf_s"; static const std::string DB_SIGNALS_v2 = "mnhf_s2"; uint256 MNHFTxPayload::GetRequestId() const