aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2018-03-12 11:21:17 +1100
committerGitHub <noreply@github.com>2018-03-12 11:21:17 +1100
commitaaa82c097f2a3bee5800a232865cef56bbcd8a5f (patch)
tree5ef2087f2a7192ba9135f00cc8b0e3afbb5a9bb9 /src/js/index.js
parent05311e7f5432d324cdcdd1d72d1287b8abe04d40 (diff)
parent40209fd898d628372cd35459aba1d8fc4b9d8758 (diff)
downloadBIP39-aaa82c097f2a3bee5800a232865cef56bbcd8a5f.tar.gz
BIP39-aaa82c097f2a3bee5800a232865cef56bbcd8a5f.tar.zst
BIP39-aaa82c097f2a3bee5800a232865cef56bbcd8a5f.zip
Merge pull request #172 from carsenk/master
Add Denarius (DNR) Support
Diffstat (limited to 'src/js/index.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 580573d..2f157e0 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -1551,6 +1551,14 @@
1551 }, 1551 },
1552 }, 1552 },
1553 { 1553 {
1554 name: "DNR - Denarius",
1555 segwitAvailable: false,
1556 onSelect: function() {
1557 network = bitcoinjs.bitcoin.networks.denarius;
1558 setHdCoin(0);
1559 },
1560 },
1561 {
1554 name: "DOGE - Dogecoin", 1562 name: "DOGE - Dogecoin",
1555 segwitAvailable: false, 1563 segwitAvailable: false,
1556 onSelect: function() { 1564 onSelect: function() {