Skip to content

Commit d913692

Browse files
committed
chore: remove duplicate comment
1 parent c26cc64 commit d913692

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/bridge-status-controller/src/bridge-status-controller.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ export class BridgeStatusController extends StaticIntervalPollingController<Brid
214214
({ transactionMeta }) => {
215215
const { type, status, id } = transactionMeta;
216216

217-
// Skip intent transactions - they have their own tracking via CoW API
218217
// Skip intent transactions - they have their own tracking via CoW API
219218
if (
220219
(transactionMeta as { swapMetaData?: { isIntentTx?: boolean } })

0 commit comments

Comments
 (0)