Skip to content

Commit

Permalink
Merge pull request #4434 from EdgeApp/sam/deprecate-bsv
Browse files Browse the repository at this point in the history
- changed: Deprecated BSV to keys-only mode.
  • Loading branch information
samholmes authored Sep 4, 2023
2 parents e100bbe + c89dc85 commit bc5a7b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constants/WalletAndCurrencyConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ export const SPECIAL_CURRENCY_INFO: {
maxSpendTargets: UTXO_MAX_SPEND_TARGETS,
initWalletName: lstrings.string_first_bitcoin_sv_wallet_name,
chainCode: 'BSV',
keysOnlyMode: true,
isImportKeySupported: true,
isPrivateKeySweepable: true,
isPaymentProtocolSupported: true
Expand Down

0 comments on commit bc5a7b2

Please sign in to comment.