This commit is contained in:
Ori Newman 2022-09-21 18:57:18 +03:00
parent dccc65faa3
commit cba9cf63f4

View File

@ -39,5 +39,6 @@ const (
// not-yet-accepted transactions.
UnacceptedDAAScore = math.MaxUint64
// MaxBlockInputsPreHF is the maximum number of inputs a block can hold before the HF
MaxBlockInputsPreHF = 900
)