Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add cold wallet feature flags #3685

Merged
merged 1 commit into from
Jun 23, 2023
Merged

Conversation

bitgoAaron
Copy link
Contributor

  • identify precisely which coins support cold wallets

Ticket: CE-1156

@bitgoAaron bitgoAaron requested review from a team as code owners June 22, 2023 18:17
@@ -286,7 +314,7 @@ export const coins = CoinMap.fromCoins([
Networks.test.bitcoinGold,
UnderlyingAsset.BTG,
BaseUnit.BTC,
BTG_FEATURES
BTG_FEATURES.filter((f) => f !== CoinFeature.MULTISIG_COLD)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

technically we shouldn't even have this as an option in statics, since there is no such coin implementation for tbtg, only the mainnet one but I'd rather not open this change up to also include breaking changes if not necessary.

zahin-mohammad
zahin-mohammad previously approved these changes Jun 22, 2023
- identify precisely which coins support cold wallets

Ticket: CE-1156
@bitgoAaron bitgoAaron merged commit 295ad2a into master Jun 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants