mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
bugfix
This commit is contained in:
parent
6b478a0f95
commit
bc1a6a68e0
@ -351,7 +351,7 @@ func (k Keeper) PlaceReverseBidCollateral(ctx sdk.Context, a types.CollateralAuc
|
|||||||
for i, payout := range lotPayouts {
|
for i, payout := range lotPayouts {
|
||||||
// if the payout amount is 0, don't send 0 coins
|
// if the payout amount is 0, don't send 0 coins
|
||||||
if !payout.IsPositive() {
|
if !payout.IsPositive() {
|
||||||
break
|
continue
|
||||||
}
|
}
|
||||||
err = k.supplyKeeper.SendCoinsFromModuleToAccount(ctx, types.ModuleName, a.LotReturns.Addresses[i], sdk.NewCoins(payout))
|
err = k.supplyKeeper.SendCoinsFromModuleToAccount(ctx, types.ModuleName, a.LotReturns.Addresses[i], sdk.NewCoins(payout))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user