feekeeper: remove redundant code (#815)

This commit is contained in:
yihuang 2021-12-17 06:24:53 +08:00 committed by GitHub
parent 845bef6dab
commit e752d80e9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,6 @@ import (
"github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params"
) )
const (
DefaultBaseFeeChangeDenominator = 8
DefaultElasticityMultiplier = 2
DefaultInitialBaseFee = 1000000000
)
var _ paramtypes.ParamSet = &Params{} var _ paramtypes.ParamSet = &Params{}
// Parameter keys // Parameter keys