aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-05-24 22:41:39 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-08-19 16:43:52 +0000
commit26072f1393f869b08ba279a3fb5b5e319d90b2ca (patch)
tree04d8f7af271039bee7741d66dde0d303fda3e448 /src/cryptonote_config.h
parentMerge pull request #5685 (diff)
downloadmonero-26072f1393f869b08ba279a3fb5b5e319d90b2ca.tar.xz
blockchain: forbid v1 coinbase from v12
Diffstat (limited to '')
-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 b68bb41e1..c1078a70b 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -150,6 +150,7 @@
#define HF_VERSION_SMALLER_BP 10
#define HF_VERSION_LONG_TERM_BLOCK_WEIGHT 10
#define HF_VERSION_MIN_2_OUTPUTS 12
+#define HF_VERSION_MIN_V2_COINBASE_TX 12
#define PER_KB_FEE_QUANTIZATION_DECIMALS 8