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
|
# 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
|
||||||
|
@ -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{
|
||||||
|
Loading…
Reference in New Issue
Block a user