mirror of
https://github.com/monero-project/monero.git
synced 2025-08-20 05:08:11 -04:00
Merge pull request #6810
19b2283
New add_aux_pow RPC to support merge mining (moneromooo-monero)
This commit is contained in:
commit
8d7c1135b8
14 changed files with 720 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue