Skip to content

Commit d194649

Browse files
feat: remove unspent model for canton
TICKET: COIN-6343
1 parent 89ed696 commit d194649

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

modules/statics/src/canton.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ export class Canton extends BaseCoin {
3030
protected disallowedFeatures(): Set<CoinFeature> {
3131
return new Set([CoinFeature.ACCOUNT_MODEL]);
3232
}
33-
34-
protected requiredFeatures(): Set<CoinFeature> {
35-
return new Set([CoinFeature.UNSPENT_MODEL]);
36-
}
3733
}
3834

3935
/**

modules/statics/src/coinFeatures.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,6 @@ export const IOTA_FEATURES = [
675675

676676
// TODO: https://bitgoinc.atlassian.net/browse/COIN-5870
677677
export const CANTON_FEATURES = [
678-
CoinFeature.UNSPENT_MODEL,
679678
CoinFeature.TRANSACTION_DATA,
680679
CoinFeature.REQUIRES_BIG_NUMBER,
681680
CoinFeature.TSS,

0 commit comments

Comments
 (0)