From 7706f7fae10ca5e463dcc1fd25c251114264ab8c Mon Sep 17 00:00:00 2001 From: Kamil Pyszkowski Date: Tue, 14 Nov 2023 22:26:08 +0100 Subject: [PATCH] Remove redundant TODO It was already completed without removing TODO. --- src/threshold-ts/types/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/threshold-ts/types/index.ts b/src/threshold-ts/types/index.ts index 377f94813..e75bfe81f 100644 --- a/src/threshold-ts/types/index.ts +++ b/src/threshold-ts/types/index.ts @@ -30,7 +30,6 @@ export interface BitcoinConfig { * If we want to mock client then we should pass the mock here */ client?: BitcoinClient - // TODO: Remove deprecated `Client` fallback when the migration will be fully completed /** * Credentials for electrum client