diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-08-14 21:12:11 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-08-21 12:36:53 +0000 |
commit | 844fb4e940478ca0ddf31115018326d667edc549 (patch) | |
tree | a851b659a5daf2b900eea6db65399eb9aaa8bcc8 /src/cryptonote_config.h | |
parent | Merge pull request #6586 (diff) | |
download | monero-844fb4e940478ca0ddf31115018326d667edc549.tar.xz |
enforce claiming maximum coinbase amount
Claiming a slightly lesser amount does not yield the size gains
that were seen pre rct, so this closes a fingerprinting vector
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 87bb4e15a..51912ce58 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -173,6 +173,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 |