fee config: Default MaximizeWindowPoStFeeCap to true
This commit is contained in:
parent
444e75ef77
commit
1927b26abf
Binary file not shown.
Binary file not shown.
@ -777,7 +777,7 @@
|
||||
|
||||
# type: bool
|
||||
# env var: LOTUS_FEES_MAXIMIZEWINDOWPOSTFEECAP
|
||||
#MaximizeWindowPoStFeeCap = false
|
||||
#MaximizeWindowPoStFeeCap = true
|
||||
|
||||
[Fees.MaxPreCommitBatchGasFee]
|
||||
# type: types.FIL
|
||||
|
@ -253,6 +253,8 @@ func DefaultStorageMiner() *StorageMiner {
|
||||
MaxWindowPoStGasFee: types.MustParseFIL("5"),
|
||||
MaxPublishDealsFee: types.MustParseFIL("0.05"),
|
||||
MaxMarketBalanceAddFee: types.MustParseFIL("0.007"),
|
||||
|
||||
MaximizeWindowPoStFeeCap: true,
|
||||
},
|
||||
|
||||
Addresses: MinerAddressConfig{
|
||||
|
Loading…
Reference in New Issue
Block a user