Skip to content

Commit

Permalink
Merge pull request #311 from latticexyz/alvrs/release-wallet-now
Browse files Browse the repository at this point in the history
fix: release executor in pimlico_sendUserOperationNow
  • Loading branch information
mouseless-eth authored Oct 4, 2024
2 parents b092766 + c7d5e36 commit 206dd8f
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 206dd8f

Please sign in to comment.