Skip to content

Commit

Permalink
Merge branch 'pimlicolabs:main' into no-pino-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs authored Oct 4, 2024
2 parents a65e430 + 206dd8f commit 4876c39
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 4876c39

Please sign in to comment.