Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Oct 9, 2024
1 parent 179fb4e commit a057a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,8 @@ export class Executor {
functionName: "handleOps",
args: [userOps, opts.account.address]
}),
...opts
...opts,
nonce: opts.nonce - 1
})

let attempts = 0
Expand Down

0 comments on commit a057a19

Please sign in to comment.