Skip to content

Commit 2d7213a

Browse files
committed
chore: reorder functions to facilitate review
1 parent 176dd86 commit 2d7213a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/utils/BuyGDClone.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ contract BuyGDCloneV2 is Initializable {
265265
uint256 _minAmount,
266266
address refundGas
267267
) public returns (uint256 bought) {
268-
return _swapCusdChooseRoute(_minAmount, refundGas, cusdPath);
268+
return swapCusdWithPath(_minAmount, refundGas, cusdPath);
269269
}
270270

271271
/**

0 commit comments

Comments
 (0)