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 a057a19 commit 66d24e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/executor/executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -812,6 +812,12 @@ export class Executor {
})
}

console.log({
opHash: opsWithHashToBundle.map((owh) => owh.userOperationHash),
details: e?.details,
cause: e?.cause
})

if (
e?.details
.toLowerCase()
Expand Down

0 comments on commit 66d24e9

Please sign in to comment.