From f96e438ae021e43ba3c2d3213a197219e4104ce4 Mon Sep 17 00:00:00 2001 From: Maddiaa0 <47148561+Maddiaa0@users.noreply.github.com> Date: Tue, 22 Oct 2024 17:44:07 +0000 Subject: [PATCH] fix: clean worktodo --- yarn-project/p2p/src/client/p2p_client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/yarn-project/p2p/src/client/p2p_client.ts b/yarn-project/p2p/src/client/p2p_client.ts index da7c48f5c59..c7116bb3a2c 100644 --- a/yarn-project/p2p/src/client/p2p_client.ts +++ b/yarn-project/p2p/src/client/p2p_client.ts @@ -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.