diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-04-13 23:37:55 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-08-19 16:43:53 +0000 |
commit | 555dc7c39405ba9ab732485bc4214edef00bce77 (patch) | |
tree | f1aab6d5e7e2baa086d32468233c2da5553083f6 /src/cryptonote_config.h | |
parent | blockchain: forbid v1 coinbase from v12 (diff) | |
download | monero-555dc7c39405ba9ab732485bc4214edef00bce77.tar.xz |
core: from v12, require consistent ring size for mixable txes
We're supposed to have a fixed ring size now
Already checked by MLSAG verification, but here seems more intuitive
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 c1078a70b..834bd5f22 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -151,6 +151,7 @@ #define HF_VERSION_LONG_TERM_BLOCK_WEIGHT 10 #define HF_VERSION_MIN_2_OUTPUTS 12 #define HF_VERSION_MIN_V2_COINBASE_TX 12 +#define HF_VERSION_SAME_MIXIN 12 #define PER_KB_FEE_QUANTIZATION_DECIMALS 8 |