verRctNonSemanticsSimpleCached: fix fragility

This commit is contained in:
Jeffrey Ryan 2023-01-13 20:53:25 -06:00 committed by jeffro256
parent 50aa0e8b7f
commit 7159f92a57
12 changed files with 715 additions and 111 deletions

View file

@ -248,6 +248,7 @@ namespace config
const unsigned char HASH_KEY_MM_SLOT = 'm';
const constexpr char HASH_KEY_MULTISIG_TX_PRIVKEYS_SEED[] = "multisig_tx_privkeys_seed";
const constexpr char HASH_KEY_MULTISIG_TX_PRIVKEYS[] = "multisig_tx_privkeys";
const constexpr char HASH_KEY_TXHASH_AND_MIXRING[] = "txhash_and_mixring";
// Multisig
const uint32_t MULTISIG_MAX_SIGNERS{16};