Skip to content

Commit

Permalink
implement types.PoolExitSwapExternAmountOutExtension
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Apr 13, 2022
1 parent e5c00dc commit 2c29e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/gamm/pool-models/balancer/balancer_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/osmosis-labs/osmosis/v7/x/gamm/types"
)

var _ types.PoolI = &Pool{}
var _ types.PoolExitSwapExternAmountOutExtension = &Pool{}

// NewPool returns a weighted CPMM pool with the provided parameters, and initial assets.
// Invariants that are assumed to be satisfied and not checked:
Expand Down

0 comments on commit 2c29e38

Please sign in to comment.