Skip to content

Commit f2fbea5

Browse files
committed
refactor: rename swap function in BuyGDClone contract for clarity
1 parent 2d7213a commit f2fbea5

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
@@ -155,7 +155,7 @@ contract BuyGDCloneV2 is Initializable {
155155
uint256 _minAmount,
156156
address payable refundGas
157157
) public payable returns (uint256 bought) {
158-
return _swapCeloViaUniswap(_minAmount, refundGas, celoPath);
158+
return swapCeloWithPath(_minAmount, refundGas, celoPath);
159159
}
160160

161161
/**

0 commit comments

Comments
 (0)