feat: mpool/wdpost: Maximize feecap config
This commit is contained in:
@@ -721,6 +721,12 @@ over the worker address if this flag is set.`,
|
||||
Name: "MaxMarketBalanceAddFee",
|
||||
Type: "types.FIL",
|
||||
|
||||
Comment: ``,
|
||||
},
|
||||
{
|
||||
Name: "MaximizeWindowPoStFeeCap",
|
||||
Type: "bool",
|
||||
|
||||
Comment: ``,
|
||||
},
|
||||
},
|
||||
|
||||
@@ -490,6 +490,8 @@ type MinerFeeConfig struct {
|
||||
MaxWindowPoStGasFee types.FIL
|
||||
MaxPublishDealsFee types.FIL
|
||||
MaxMarketBalanceAddFee types.FIL
|
||||
|
||||
MaximizeWindowPoStFeeCap bool
|
||||
}
|
||||
|
||||
type MinerAddressConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user