Skip to content

Commit 2f69437

Browse files
committed
🚨 Fix lint
1 parent 301a5f4 commit 2f69437

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

packages/agent_dart_base/lib/wallet/signer.dart

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -263,14 +263,6 @@ class ICPSigner extends BaseSigner<ICPAccount, ConstructionPayloadsResponse,
263263
curveType: curveType,
264264
))
265265
..setSourceType(SourceType.base);
266-
default:
267-
return (await ICPSigner.fromPhrase(
268-
phrase,
269-
index: hardened,
270-
icPath: icDerivationPath,
271-
curveType: curveType,
272-
))
273-
..setSourceType(SourceType.ii);
274266
}
275267
}
276268

0 commit comments

Comments
 (0)