Skip to content

Commit

Permalink
🚨 Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Dec 19, 2024
1 parent 301a5f4 commit 2f69437
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/agent_dart_base/lib/wallet/signer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,6 @@ class ICPSigner extends BaseSigner<ICPAccount, ConstructionPayloadsResponse,
curveType: curveType,
))
..setSourceType(SourceType.base);
default:
return (await ICPSigner.fromPhrase(
phrase,
index: hardened,
icPath: icDerivationPath,
curveType: curveType,
))
..setSourceType(SourceType.ii);
}
}

Expand Down

0 comments on commit 2f69437

Please sign in to comment.