Browse Source
Merge pull request #6 from SuperNETorg/v0.25
enable btg and bch in spv
v0.25
pbca26
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
react/src/components/addcoin/addcoinOptionsCrypto.js
|
|
@ -16,7 +16,7 @@ const addCoinOptionsCrypto = () => { |
|
|
|
}]; |
|
|
|
|
|
|
|
if (mainWindow.argv.indexOf('spvcoins=all') > -1) { |
|
|
|
_coins.push(/*{ |
|
|
|
_coins.push({ |
|
|
|
label: 'BitcoinGold (BTG)', |
|
|
|
icon: 'BTG', |
|
|
|
value: `BTG|spv`, |
|
|
@ -24,7 +24,7 @@ const addCoinOptionsCrypto = () => { |
|
|
|
label: 'BitcoinCash (BCH)', |
|
|
|
icon: 'BCH', |
|
|
|
value: `BCH|spv`, |
|
|
|
}, { |
|
|
|
},/* { |
|
|
|
label: 'Bitcoin (BTC)', |
|
|
|
icon: 'BTC', |
|
|
|
value: `BTC|spv`, |
|
|
|