Fixed check penalty using block creator instead of using block signer

This commit is contained in:
AnilChinchawale 2018-12-26 12:15:48 +05:30
parent 6c2f6e688f
commit 9fe12cb097

View file

@ -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)