Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Jan 28, 2025
1 parent 193081f commit 012a320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/executorManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ export class ExecutorManager {
// Encountered unhandled error during bundle simulation.
if (bundleResult.status === "bundle_submission_failure") {
const { rejectedUserOps, userOpsToBundle, reason } = bundleResult
// NOTE: these ops passed validation but dropped due to error during bundling
this.dropUserOps(rejectedUserOps)
// NOTE: these ops passed validation, so we can try resubmitting them
this.resubmitUserOperations(
userOpsToBundle,
entryPoint,
Expand Down

0 comments on commit 012a320

Please sign in to comment.