Skip to content

Commit 859bf42

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

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/statics/src/canton.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export class Canton extends BaseCoin {
3232
}
3333

3434
protected requiredFeatures(): Set<CoinFeature> {
35-
return new Set([CoinFeature.UNSPENT_MODEL]);
35+
return new Set([]);
3636
}
3737
}
3838

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)