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 859bf42Copy full SHA for 859bf42
modules/statics/src/canton.ts
@@ -32,7 +32,7 @@ export class Canton extends BaseCoin {
32
}
33
34
protected requiredFeatures(): Set<CoinFeature> {
35
- return new Set([CoinFeature.UNSPENT_MODEL]);
+ return new Set([]);
36
37
38
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