minor change

Co-authored-by: Thrilok kumar <thrilok2000@gmail.com>
This commit is contained in:
Richa 2022-04-30 22:09:47 +05:30 committed by GitHub
parent b0980aebb4
commit e8bdf16774
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ abstract contract Helpers is DSMath, Basic {
address buyAddr; //token to be bought
address sellAddr; //token to be sold
uint24 fee; //pool fees for buyAddr-sellAddr token pair
uint256 unitAmt; //The unit amount of sellAMt/buyAmt with slippage
uint256 unitAmt; //The unit amount of sellAMt/buyAmt with slippage
uint256 expectedAmt; //The amount that is expected to be returned after the swap
uint256 buyAmt; //amount of token to be bought
uint256 getId; //Id to get buyAmt