mirror of
https://github.com/monero-project/monero.git
synced 2025-08-10 16:00:16 -04:00
blockchain: reject rct signatures in coinbase txes from v12
This commit is contained in:
parent
555dc7c394
commit
d22dfb7594
2 changed files with 8 additions and 0 deletions
|
@ -152,6 +152,7 @@
|
|||
#define HF_VERSION_MIN_2_OUTPUTS 12
|
||||
#define HF_VERSION_MIN_V2_COINBASE_TX 12
|
||||
#define HF_VERSION_SAME_MIXIN 12
|
||||
#define HF_VERSION_REJECT_SIGS_IN_COINBASE 12
|
||||
|
||||
#define PER_KB_FEE_QUANTIZATION_DECIMALS 8
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue