Skip to content

Commit

Permalink
chore: log bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Sep 12, 2024
1 parent 9697ac6 commit db35b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ export class Executor {
...gasOptions
}

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

0 comments on commit db35b9d

Please sign in to comment.