refactor: remove min-buy-in param (#135)

Co-authored-by: David Terpay <35130517+davidterpay@users.noreply.github.com>
This commit is contained in:
Aleksandr Bezobchuk
2023-05-15 15:43:03 +00:00
committed by GitHub
co-authored by David Terpay
parent 1de8de75c1
commit 7db24f2c29
14 changed files with 55 additions and 174 deletions
-1
View File
@@ -112,7 +112,6 @@ func (s *IntegrationTestSuite) initNodes() {
MaxBundleSize: 5,
EscrowAccountAddress: "cosmos14j5j2lsx7629590jvpk3vj0xe9w8203jf4yknk",
ReserveFee: sdk.NewCoin(app.BondDenom, sdk.NewInt(1000000)),
MinBuyInFee: sdk.NewCoin(app.BondDenom, sdk.NewInt(1000000)),
MinBidIncrement: sdk.NewCoin(app.BondDenom, sdk.NewInt(1000000)),
ProposerFee: sdk.NewDecWithPrec(1, 2),
}