From cba9cf63f471ea6013d2afdf7880890dae251e26 Mon Sep 17 00:00:00 2001 From: Ori Newman Date: Wed, 21 Sep 2022 18:57:18 +0300 Subject: [PATCH] Fix lint --- domain/consensus/utils/constants/constants.go | 1 + 1 file changed, 1 insertion(+) diff --git a/domain/consensus/utils/constants/constants.go b/domain/consensus/utils/constants/constants.go index bf8d29dd8..ef030ac6b 100644 --- a/domain/consensus/utils/constants/constants.go +++ b/domain/consensus/utils/constants/constants.go @@ -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 )