Pulse: Support generating 1-time quorums for a block

This commit is contained in:
Doyle 2020-06-12 15:17:51 +10:00
parent 0a4d8319b7
commit aaf86fcdc8
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ static_assert(STAKING_PORTIONS % 12 == 0, "Use a multiple of twelve, so that it
#define HF_VERSION_REJECT_SIGS_IN_COINBASE cryptonote::network_version_16
#define HF_VERSION_ENFORCE_MIN_AGE cryptonote::network_version_16
#define HF_VERSION_EFFECTIVE_SHORT_TERM_MEDIAN_IN_PENALTY cryptonote::network_version_16
#define HF_VERSION_PULSE cryptonote::network_version_16
#define PER_KB_FEE_QUANTIZATION_DECIMALS 8