fix: typo name of key

Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
Konstantin Akimov 2024-11-27 20:25:43 +07:00 committed by GitHub
parent 9ceba88cdb
commit 94d80323d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
#include <vector> #include <vector>
static const std::string MNEHF_REQUESTID_PREFIX = "mnhf"; 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"; static const std::string DB_SIGNALS_v2 = "mnhf_s2";
uint256 MNHFTxPayload::GetRequestId() const uint256 MNHFTxPayload::GetRequestId() const