Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/statics/src/canton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class Canton extends BaseCoin {
}

protected requiredFeatures(): Set<CoinFeature> {
return new Set([CoinFeature.UNSPENT_MODEL]);
return new Set([]);
}
}

Expand Down
1 change: 0 additions & 1 deletion modules/statics/src/coinFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ export const IOTA_FEATURES = [

// TODO: https://bitgoinc.atlassian.net/browse/COIN-5870
export const CANTON_FEATURES = [
CoinFeature.UNSPENT_MODEL,
CoinFeature.TRANSACTION_DATA,
CoinFeature.REQUIRES_BIG_NUMBER,
CoinFeature.TSS,
Expand Down