De-duplicate code from MultihopSwapExactAmountIn
and EstimateMultihopSwapExactAmountIn
#3386
Labels
C:x/gamm
Changes, features and bugs related to the gamm module.
Good first issue
T:ice-box
T:ice-box-uncategorized
Background
#2764 (comment)
There's a lot of code duplication between
MultihopSwapExactAmountIn
andEstimateMultihopSwapExactAmountIn
that could possibly be generalized so that we don't have so much repeating boilerplate.Suggested Design
Create a generalized method or re-structure the two methods so that we dont have duplicated code between the two methods.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: