blockchain: reject rct signatures in coinbase txes from v12

This commit is contained in:
moneromooo-monero 2019-07-14 11:51:32 +00:00
parent 555dc7c394
commit d22dfb7594
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
2 changed files with 8 additions and 0 deletions

View file

@ -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