mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
Fixed check penalty using block creator instead of using block signer
This commit is contained in:
parent
6c2f6e688f
commit
9fe12cb097
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue