Skip to content

Commit

Permalink
cherry pick: f3a4246
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez committed Dec 18, 2023
1 parent 78ce3fc commit 099592c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions x/bank/keeper/send.go
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ func (k BaseSendKeeper) setBalance(ctx context.Context, addr sdk.AccAddress, bal
}
return nil
}

// set transient balance which will be emitted in EndBlock
k.setTransientBalance(sdk.UnwrapSDKContext(ctx), addr, balance)

return k.Balances.Set(ctx, collections.Join(addr, balance.Denom), balance.Amount)
}

Expand Down

0 comments on commit 099592c

Please sign in to comment.