diff options
| author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-06-09 13:02:16 +0000 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-08-27 12:44:04 +0000 |
| commit | 82ee01699c2b910e44fd7362bd47d3a1cc9c26af (patch) | |
| tree | 5dcce86d8b82e8dab9821bae6120252c27c864f1 /src/cryptonote_config.h | |
| parent | 8cd1d6df8f332f82fc782ad667a35e32d0d1c029 (diff) | |
| download | monzero-core-82ee01699c2b910e44fd7362bd47d3a1cc9c26af.tar.gz monzero-core-82ee01699c2b910e44fd7362bd47d3a1cc9c26af.tar.xz monzero-core-82ee01699c2b910e44fd7362bd47d3a1cc9c26af.zip | |
Integrate CLSAGs into monero
They are allowed from v12, and MLSAGs are rejected from v13.
Diffstat (limited to 'src/cryptonote_config.h')
| -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 7c240423a..f4709dc01 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -179,6 +179,7 @@ #define HF_VERSION_ENFORCE_MIN_AGE 12 #define HF_VERSION_EFFECTIVE_SHORT_TERM_MEDIAN_IN_PENALTY 12 #define HF_VERSION_EXACT_COINBASE 13 +#define HF_VERSION_CLSAG 13 #define PER_KB_FEE_QUANTIZATION_DECIMALS 8 |
