From 877fa37327f20b4addd772220adb405f5dc859ae Mon Sep 17 00:00:00 2001 From: strobie <0xstrobe@protonmail.com> Date: Mon, 26 Feb 2024 19:35:33 +0100 Subject: [PATCH] Fix buggy type in swap simulate --- src/swap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swap.ts b/src/swap.ts index 8634f89..e448a58 100644 --- a/src/swap.ts +++ b/src/swap.ts @@ -74,7 +74,7 @@ export class CrocSwapPlan { - async simulate (args: CrocSwapExecOpts = { }): Promise { + async simulate (args: CrocSwapExecOpts = { }): Promise { const TIP = 0 const surplusFlags = this.maskSurplusArgs(args)