Merge pull request #6810

19b2283 New add_aux_pow RPC to support merge mining (moneromooo-monero)
This commit is contained in:
luigi1111 2021-03-20 01:33:10 -04:00
commit 8d7c1135b8
No known key found for this signature in database
GPG key ID: F4ACA0183641E010
14 changed files with 720 additions and 1 deletions

View file

@ -234,6 +234,7 @@ namespace config
const unsigned char HASH_KEY_CLSAG_AGG_0[] = "CLSAG_agg_0";
const unsigned char HASH_KEY_CLSAG_AGG_1[] = "CLSAG_agg_1";
const char HASH_KEY_MESSAGE_SIGNING[] = "MoneroMessageSignature";
const unsigned char HASH_KEY_MM_SLOT = 'm';
namespace testnet
{