Skip to content

Commit

Permalink
chore: log in correct spot
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Sep 11, 2024
1 parent 3cc864e commit b129227
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ export class Executor {
)
) as PackedUserOperation[]

console.log("DOexecute: userOps: " + JSON.stringify(userOps) + " opts: " + JSON.stringify(opts))
transactionHash = await ep.write.handleOps(
[userOps, wallet.address],
opts
Expand Down

0 comments on commit b129227

Please sign in to comment.