Skip to content

Commit

Permalink
chore: TODO for amount restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
poorphd committed Sep 11, 2024
1 parent b2ae69d commit eaa582a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x/bank/keeper/send.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ func (k BaseSendKeeper) InputOutputCoins(ctx sdk.Context, inputs []types.Input,
return err
}

// TODO: applying restriction check based on input and output coin amount
// Check restrictions between the input address and the output address
outAddress, err = k.sendCoinsRestrictionFn(ctx, inAddress, outAddress, out.Coins)
if err != nil {
Expand Down

0 comments on commit eaa582a

Please sign in to comment.