Browse Source
Merge pull request #8 from SuperNETorg/v0.25
enable blk 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
|
|
@ -72,11 +72,11 @@ const addCoinOptionsCrypto = () => { |
|
|
|
label: 'Sibcoin (SIB)', |
|
|
|
icon: 'SIB', |
|
|
|
value: `SIB|spv`, |
|
|
|
},/* { |
|
|
|
}, { |
|
|
|
label: 'Blackcoin (BLK)', |
|
|
|
icon: 'BLK', |
|
|
|
value: `BLK|spv`, |
|
|
|
}, */{ |
|
|
|
}, { |
|
|
|
label: 'Dogecoin (DOGE)', |
|
|
|
icon: 'DOGE', |
|
|
|
value: `DOGE|spv`, |
|
|
|