We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ed696 commit d194649Copy full SHA for d194649
modules/statics/src/canton.ts
@@ -30,10 +30,6 @@ export class Canton extends BaseCoin {
30
protected disallowedFeatures(): Set<CoinFeature> {
31
return new Set([CoinFeature.ACCOUNT_MODEL]);
32
}
33
-
34
- protected requiredFeatures(): Set<CoinFeature> {
35
- return new Set([CoinFeature.UNSPENT_MODEL]);
36
- }
37
38
39
/**
modules/statics/src/coinFeatures.ts
@@ -675,7 +675,6 @@ export const IOTA_FEATURES = [
675
676
// TODO: https://bitgoinc.atlassian.net/browse/COIN-5870
677
export const CANTON_FEATURES = [
678
- CoinFeature.UNSPENT_MODEL,
679
CoinFeature.TRANSACTION_DATA,
680
CoinFeature.REQUIRES_BIG_NUMBER,
681
CoinFeature.TSS,
0 commit comments