Skip to content

Commit

Permalink
Cleanup code for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse committed Dec 21, 2021
1 parent 60b84e2 commit eccdfee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions x/gamm/types/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,9 @@ type PoolI interface {
GetPoolSwapFee() sdk.Dec
GetPoolExitFee() sdk.Dec
GetTotalWeight() sdk.Int
// might be not needed
GetTotalShares() sdk.Coin
// might be not needed
AddTotalShares(amt sdk.Int)
// might be not needed
SubTotalShares(amt sdk.Int)
// might be not needed
GetPoolAsset(denom string) (PoolAsset, error)
// UpdatePoolAssetBalance updates the balances for
// the token with denomination coin.denom
Expand Down

0 comments on commit eccdfee

Please sign in to comment.