aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2014-09-30 09:58:03 +1000
committerIan Coleman <coleman.ian@gmail.com>2014-09-30 09:58:03 +1000
commit7394da185e575a1de7e162a1b3d2bbc93a7c8f47 (patch)
treed4f7223c413b3c939f3817e898ee3712e5be58bc
parent093830acb28e83dc5c473a7261506c2b73e3fe86 (diff)
downloadBIP39-7394da185e575a1de7e162a1b3d2bbc93a7c8f47.tar.gz
BIP39-7394da185e575a1de7e162a1b3d2bbc93a7c8f47.tar.zst
BIP39-7394da185e575a1de7e162a1b3d2bbc93a7c8f47.zip
Unsupported coins removed
These coins are only supported in versions of bitcoinjs-lib > 1.0.0
-rw-r--r--bip39-standalone.html3
-rw-r--r--src/index.html3
2 files changed, 0 insertions, 6 deletions
diff --git a/bip39-standalone.html b/bip39-standalone.html
index 78ce9fd..cdcfcdf 100644
--- a/bip39-standalone.html
+++ b/bip39-standalone.html
@@ -6263,9 +6263,6 @@ button.close {
6263 <option value="bitcoin-testnet">Bitcoin Testnet</option> 6263 <option value="bitcoin-testnet">Bitcoin Testnet</option>
6264 <option value="litecoin">Litecoin</option> 6264 <option value="litecoin">Litecoin</option>
6265 <option value="dogecoin">Dogecoin</option> 6265 <option value="dogecoin">Dogecoin</option>
6266 <option value="viacoin">Viacoin</option>
6267 <option value="viacoin-testnet">Viacoin Testnet</option>
6268 <option value="zetacoin">Zetacoin</option>
6269 </select> 6266 </select>
6270 </div> 6267 </div>
6271 </div> 6268 </div>
diff --git a/src/index.html b/src/index.html
index 1eda67e..272e186 100644
--- a/src/index.html
+++ b/src/index.html
@@ -59,9 +59,6 @@
59 <option value="bitcoin-testnet">Bitcoin Testnet</option> 59 <option value="bitcoin-testnet">Bitcoin Testnet</option>
60 <option value="litecoin">Litecoin</option> 60 <option value="litecoin">Litecoin</option>
61 <option value="dogecoin">Dogecoin</option> 61 <option value="dogecoin">Dogecoin</option>
62 <option value="viacoin">Viacoin</option>
63 <option value="viacoin-testnet">Viacoin Testnet</option>
64 <option value="zetacoin">Zetacoin</option>
65 </select> 62 </select>
66 </div> 63 </div>
67 </div> 64 </div>