mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-16 01:40:44 +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
|
package common
|
||||||
|
|
||||||
import "math/big"
|
import "math/big"
|
||||||
|
|
@ -19,6 +18,7 @@ const (
|
||||||
LimitThresholdNonceInQueue = 10
|
LimitThresholdNonceInQueue = 10
|
||||||
DefaultMinGasPrice = 2500
|
DefaultMinGasPrice = 2500
|
||||||
MergeSignRange = 15
|
MergeSignRange = 15
|
||||||
|
RangeReturnSigner = 90
|
||||||
)
|
)
|
||||||
|
|
||||||
var TIP2019Block = big.NewInt(1050000)
|
var TIP2019Block = big.NewInt(1050000)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue