Skip to content

Commit

Permalink
fix(utils): rename calMakingAmount to calcMakingAmount
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrvk committed Mar 20, 2024
1 parent 7133281 commit 4e0a26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/amounts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export function calcTakingAmount(
* @return Floored maker amount
* @see https://github.com/1inch/limit-order-protocol/blob/23d655844191dea7960a186652307604a1ed480a/contracts/libraries/AmountCalculatorLib.sol#L6
*/
export function calMakingAmount(
export function calcMakingAmount(
swapTakerAmount: bigint,
orderMakerAmount: bigint,
orderTakerAmount: bigint
Expand Down

0 comments on commit 4e0a26b

Please sign in to comment.