Skip to content

Commit

Permalink
feat: swap_test complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Senna46 committed Dec 11, 2023
1 parent b2b38d3 commit e7d99f6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions x/irs/keeper/swap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,6 @@ import (
"github.com/UnUniFi/chain/x/irs/types"
)

// SwapUtToPt(ctx sdk.Context, sender sdk.AccAddress, pool types.TranchePool, tokenIn sdk.Coin) error {
// SwapPtToUt(ctx sdk.Context, sender sdk.AccAddress, pool types.TranchePool, tokenIn sdk.Coin) error {
// UpdatePoolForSwap(
// ctx sdk.Context,
// pool types.TranchePool,
// sender sdk.AccAddress,
// tokenIn sdk.Coin,
// tokenOut sdk.Coin,
// ) error

func (s *KeeperTestSuite) TestSwapExactAmountIn() {
sender := sdk.AccAddress(ed25519.GenPrivKey().PubKey().Address().Bytes())

Expand Down

0 comments on commit e7d99f6

Please sign in to comment.