Skip to content

Commit

Permalink
Merge pull request #305 from pimlicolabs/fix/mark-wallet-as-processed
Browse files Browse the repository at this point in the history
mark wallet as processed after frontrun checks
  • Loading branch information
mouseless-eth authored Sep 30, 2024
2 parents 08896ee + 47a1740 commit cb9ddff
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 cb9ddff

Please sign in to comment.