diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-07-14 11:51:32 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-08-19 16:43:53 +0000 |
commit | d22dfb75948e5ad382758c4731c840bd3f067cd0 (patch) | |
tree | 1d774027748f55af49533bfe1fda9e60e92ef7c9 /src/cryptonote_config.h | |
parent | core: from v12, require consistent ring size for mixable txes (diff) | |
download | monero-d22dfb75948e5ad382758c4731c840bd3f067cd0.tar.xz |
blockchain: reject rct signatures in coinbase txes from v12
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 834bd5f22..bd6755f48 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -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 |