aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-04-20 09:45:39 +1000
committerGitHub <noreply@github.com>2018-04-20 09:45:39 +1000
commit584dbddd37c762244f17a423a31573436d6dde11 (patch)
treee879b887dfe1f35298584d322af9de6e5cf391f4 /src/js/index.js
parentb08caad07e3ed226f1e2d23e0b1e047f2b392ce1 (diff)
parentf150f0c03a4907d5a7112a08ffaf064b1176ad2e (diff)
downloadBIP39-584dbddd37c762244f17a423a31573436d6dde11.tar.gz
BIP39-584dbddd37c762244f17a423a31573436d6dde11.tar.zst
BIP39-584dbddd37c762244f17a423a31573436d6dde11.zip
Merge pull request #210 from potatohodler/patch/vertcoin
Improve Vertcoin support
Diffstat (limited to 'src/js/index.js')
-rw-r--r--src/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/index.js b/src/js/index.js
index 5433bc3..758b840 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2358,7 +2358,7 @@
2358 }, 2358 },
2359 { 2359 {
2360 name: "VTC - Vertcoin", 2360 name: "VTC - Vertcoin",
2361 segwitAvailable: false, 2361 segwitAvailable: true,
2362 onSelect: function() { 2362 onSelect: function() {
2363 network = bitcoinjs.bitcoin.networks.vertcoin; 2363 network = bitcoinjs.bitcoin.networks.vertcoin;
2364 setHdCoin(28); 2364 setHdCoin(28);