diff options
author | Alexander Blair <snipa@jagtech.io> | 2020-08-27 03:01:28 -0700 |
---|---|---|
committer | Alexander Blair <snipa@jagtech.io> | 2020-08-27 03:01:28 -0700 |
commit | b04da25e4d63e53aaaa260e6aaebf19fb7d7a3dd (patch) | |
tree | 039b0c0a21de62e48f68ec2a71fee3ffd34cbf3e /src/cryptonote_config.h | |
parent | Merge pull request #6746 (diff) | |
parent | enforce claiming maximum coinbase amount (diff) | |
download | monero-b04da25e4d63e53aaaa260e6aaebf19fb7d7a3dd.tar.xz |
Merge pull request #6760
844fb4e94 enforce claiming maximum coinbase amount (moneromooo-monero)
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 8c4e61d4d..8051ee9fa 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -178,6 +178,7 @@ #define HF_VERSION_REJECT_SIGS_IN_COINBASE 12 #define HF_VERSION_ENFORCE_MIN_AGE 12 #define HF_VERSION_EFFECTIVE_SHORT_TERM_MEDIAN_IN_PENALTY 12 +#define HF_VERSION_EXACT_COINBASE 13 #define PER_KB_FEE_QUANTIZATION_DECIMALS 8 |