Skip to content

Commit

Permalink
fix: release executor in pimlico_sendUserOperationNow
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 4, 2024
1 parent b092766 commit c7d5e36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/rpc/rpcHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1002,6 +1002,8 @@ export class RpcHandler implements IRpcEndpoint {
}
}

this.executor.markWalletProcessed(res.value.transactionInfo.executor)

// wait for receipt
const receipt = await this.publicClient.waitForTransactionReceipt({
hash: res.value.transactionInfo.transactionHash,
Expand Down

0 comments on commit c7d5e36

Please sign in to comment.