diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-10-09 20:01:48 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-10-11 14:16:09 +0000 |
commit | ab96181e91acb6b158a6c8e845367ac33c7133bc (patch) | |
tree | ee31cf2a24e4de2d915fddb1e0081b8642fb5cfe /src/cryptonote_config.h | |
parent | Merge pull request #5915 (diff) | |
download | monero-ab96181e91acb6b158a6c8e845367ac33c7133bc.tar.xz |
blockchain: use effective median block weight for penalty from v12
It was using the raw block weight median, which was not what was
intended in ArticMine's design
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 69551934a..86e6c99d1 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -165,6 +165,7 @@ #define HF_VERSION_SAME_MIXIN 12 #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 PER_KB_FEE_QUANTIZATION_DECIMALS 8 |