diff options
author | Jeffrey Ryan <jeffro256@tutanota.com> | 2023-01-13 20:53:25 -0600 |
---|---|---|
committer | jeffro256 <jeffro256@tutanota.com> | 2023-03-17 18:45:35 -0500 |
commit | 7159f92a5771ff6c37c638ce9be0570d3ce9f2f0 (patch) | |
tree | a8e7e5f24d7b23bc60533221dfed0fdcc92e8d8e /src/cryptonote_config.h | |
parent | Merge pull request #8675 (diff) | |
download | monero-7159f92a5771ff6c37c638ce9be0570d3ce9f2f0.tar.xz |
verRctNonSemanticsSimpleCached: fix fragility
Diffstat (limited to '')
-rw-r--r-- | src/cryptonote_config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 2ec194ef8..d37463af0 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -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}; |