mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
fix: typo name of key
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
This commit is contained in:
parent
9ceba88cdb
commit
94d80323d4
@ -23,7 +23,7 @@
|
||||
#include <vector>
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user