Skip to content

Commit

Permalink
fix: clean worktodo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Oct 23, 2024
1 parent 3a0130a commit f96e438
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion yarn-project/p2p/src/client/p2p_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ export class P2PClient extends WithTracer implements P2P {
return this.txPool.getTxByHash(txHash);
}

// WORKTODO: clean up other interfaces the use this
/**
* Returns a transaction in the transaction pool by its hash.
* If the transaction is not in the pool, it will be requested from the network.
Expand Down

0 comments on commit f96e438

Please sign in to comment.