feat: mpool/wdpost: Maximize feecap config

This commit is contained in:
Łukasz Magiera
2023-10-03 11:32:49 +02:00
parent 0e26a8d99b
commit 444e75ef77
9 changed files with 47 additions and 16 deletions
+6
View File
@@ -721,6 +721,12 @@ over the worker address if this flag is set.`,
Name: "MaxMarketBalanceAddFee",
Type: "types.FIL",
Comment: ``,
},
{
Name: "MaximizeWindowPoStFeeCap",
Type: "bool",
Comment: ``,
},
},
+2
View File
@@ -490,6 +490,8 @@ type MinerFeeConfig struct {
MaxWindowPoStGasFee types.FIL
MaxPublishDealsFee types.FIL
MaxMarketBalanceAddFee types.FIL
MaximizeWindowPoStFeeCap bool
}
type MinerAddressConfig struct {