mirror of
https://github.com/monero-project/monero.git
synced 2025-08-10 18:40:00 -04:00
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
This commit is contained in:
parent
26072f1393
commit
555dc7c394
2 changed files with 24 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue