fee config: Default MaximizeWindowPoStFeeCap to true

This commit is contained in:
Łukasz Magiera 2023-10-03 11:34:57 +02:00
parent 444e75ef77
commit 1927b26abf
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -777,7 +777,7 @@
# type: bool # type: bool
# env var: LOTUS_FEES_MAXIMIZEWINDOWPOSTFEECAP # env var: LOTUS_FEES_MAXIMIZEWINDOWPOSTFEECAP
#MaximizeWindowPoStFeeCap = false #MaximizeWindowPoStFeeCap = true
[Fees.MaxPreCommitBatchGasFee] [Fees.MaxPreCommitBatchGasFee]
# type: types.FIL # type: types.FIL

View File

@ -253,6 +253,8 @@ func DefaultStorageMiner() *StorageMiner {
MaxWindowPoStGasFee: types.MustParseFIL("5"), MaxWindowPoStGasFee: types.MustParseFIL("5"),
MaxPublishDealsFee: types.MustParseFIL("0.05"), MaxPublishDealsFee: types.MustParseFIL("0.05"),
MaxMarketBalanceAddFee: types.MustParseFIL("0.007"), MaxMarketBalanceAddFee: types.MustParseFIL("0.007"),
MaximizeWindowPoStFeeCap: true,
}, },
Addresses: MinerAddressConfig{ Addresses: MinerAddressConfig{