From a057a19031ac144b831266bd985c8f1c9fd34f81 Mon Sep 17 00:00:00 2001 From: mouseless <97399882+mouseless-eth@users.noreply.github.com> Date: Wed, 9 Oct 2024 18:55:54 +0100 Subject: [PATCH] test --- src/executor/executor.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/executor/executor.ts b/src/executor/executor.ts index c3471fd1..37e84941 100644 --- a/src/executor/executor.ts +++ b/src/executor/executor.ts @@ -547,7 +547,8 @@ export class Executor { functionName: "handleOps", args: [userOps, opts.account.address] }), - ...opts + ...opts, + nonce: opts.nonce - 1 }) let attempts = 0