From 844fb4e940478ca0ddf31115018326d667edc549 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 14 Aug 2020 21:12:11 +0000 Subject: 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 --- src/cryptonote_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cryptonote_config.h') 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 -- cgit v1.2.3