aboutsummaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
authorjanko33bd <janko33bd@gmail.com>2018-02-07 19:26:26 +0100
committerGitHub <noreply@github.com>2018-02-07 19:26:26 +0100
commite1d0cf4f72b536d3f09ff7c0be65f90d724e6658 (patch)
tree9a395c9bbb0d82a20e4cad6497fc92aae640987b /src/js
parente82a142872774db48936aed009c7e0eccf628772 (diff)
downloadBIP39-e1d0cf4f72b536d3f09ff7c0be65f90d724e6658.tar.gz
BIP39-e1d0cf4f72b536d3f09ff7c0be65f90d724e6658.tar.zst
BIP39-e1d0cf4f72b536d3f09ff7c0be65f90d724e6658.zip
update index.js with correct BIP44 reg. number
Diffstat (limited to 'src/js')
-rw-r--r--src/js/index.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/js/index.js b/src/js/index.js
index b09a981..580573d 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1734,6 +1734,14 @@
1734 network = bitcoinjs.bitcoin.networks.bitcoin; 1734 network = bitcoinjs.bitcoin.networks.bitcoin;
1735 setHdCoin(144); 1735 setHdCoin(144);
1736 }, 1736 },
1737 },
1738 {
1739 name: "BLK - BlackCoin",
1740 segwitAvailable: false,
1741 onSelect: function() {
1742 network = bitcoinjs.bitcoin.networks.blackcoin;
1743 setHdCoin(10);
1744 },
1737 } 1745 }
1738 ] 1746 ]
1739 1747