mirror of
https://github.com/monero-project/monero.git
synced 2025-08-23 00:05:09 -04:00
verRctNonSemanticsSimpleCached: fix fragility
This commit is contained in:
parent
50aa0e8b7f
commit
7159f92a57
12 changed files with 715 additions and 111 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue