Skip to content

Commit

Permalink
remove outdated helper
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Jan 4, 2024
1 parent a67f70e commit 8cb5f41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions router/usecase/pools/routable_transmuter_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/osmosis-labs/sqs/sqsdomain"

"github.com/osmosis-labs/osmosis/osmomath"
"github.com/osmosis-labs/osmosis/osmoutils"
cwpoolmodel "github.com/osmosis-labs/osmosis/v21/x/cosmwasmpool/model"
poolmanagertypes "github.com/osmosis-labs/osmosis/v21/x/poolmanager/types"
)
Expand All @@ -32,7 +31,7 @@ func (r *routableTransmuterPoolImpl) GetId() uint64 {

// GetPoolDenoms implements sqsdomain.RoutablePool.
func (r *routableTransmuterPoolImpl) GetPoolDenoms() []string {
return osmoutils.CoinsDenoms(r.Balances)
return r.Balances.Denoms()
}

// GetType implements sqsdomain.RoutablePool.
Expand Down

0 comments on commit 8cb5f41

Please sign in to comment.