aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-09-04 13:59:36 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-09-17 11:39:25 +0000
commita444f06e53b218cc8bd091e5283828beb3e7d9af (patch)
tree5adef894dd90fb764b8ea332604f43ceafd955b9 /src/cryptonote_config.h
parentMerge pull request #5861 (diff)
downloadmonero-a444f06e53b218cc8bd091e5283828beb3e7d9af.tar.xz
blockchain: enforce 10 block age for spending outputs
Some custom wallet code apparently ignores this, which causes users of that code to be fingerprinted
Diffstat (limited to 'src/cryptonote_config.h')
-rw-r--r--src/cryptonote_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 4147b48ee..53c487d02 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -163,6 +163,7 @@
#define HF_VERSION_MIN_V2_COINBASE_TX 12
#define HF_VERSION_SAME_MIXIN 12
#define HF_VERSION_REJECT_SIGS_IN_COINBASE 12
+#define HF_VERSION_ENFORCE_MIN_AGE 12
#define PER_KB_FEE_QUANTIZATION_DECIMALS 8