Browse Source

Merge pull request #8 from SuperNETorg/v0.25

enable blk in spv
v0.25
pbca26 7 years ago
committed by GitHub
parent
commit
2fc5463123
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      react/src/components/addcoin/addcoinOptionsCrypto.js

4
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`,

Loading…
Cancel
Save