diff --git a/common/constants.go b/common/constants.go index 1f5469c31f..781cc05d6c 100644 --- a/common/constants.go +++ b/common/constants.go @@ -1,4 +1,3 @@ - package common import "math/big" @@ -19,6 +18,7 @@ const ( LimitThresholdNonceInQueue = 10 DefaultMinGasPrice = 2500 MergeSignRange = 15 + RangeReturnSigner = 90 ) var TIP2019Block = big.NewInt(1050000)