Skip to content

Commit

Permalink
mark wallet as processed after frontrun checks
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless-eth committed Sep 30, 2024
1 parent 08896ee commit 47a1740
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/executor/executorManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ export class ExecutorManager {
opInfos.map(({ userOperationHash }) => {
this.mempool.removeSubmitted(userOperationHash)
})
this.executor.markWalletProcessed(transactionInfo.executor)
}
}

Expand Down

0 comments on commit 47a1740

Please sign in to comment.