fix auction keeper and flags

This commit is contained in:
0xmuralik
2022-10-11 14:01:42 +05:30
parent 56d59feaa0
commit c57b8fd29f
5 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ func (suite *KeeperTestSuite) createAuctionAndCommitBid(commitBid bool) (*types.
}
r := rand.New(rand.NewSource(seed))
accounts := app.RandomAccounts(r, 1)
accounts := app.RandomAccounts(r, accCount)
for _, account := range accounts {
err := testutil.FundAccount(suite.app.BankKeeper, ctx, account.Address, sdk.NewCoins(
sdk.Coin{Amount: sdk.NewInt(100), Denom: sdk.DefaultBondDenom},