From 502898819506605c2b58821285c20054b999a8a7 Mon Sep 17 00:00:00 2001 From: Ian Coleman Date: Mon, 12 Mar 2018 11:41:35 +1100 Subject: Use correct BIP44 value for Denarius of 116, not 0 See https://github.com/satoshilabs/slips/blob/master/slip-0044.md --- src/js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/js/index.js b/src/js/index.js index 36af578..3f1cf3c 100644 --- a/src/js/index.js +++ b/src/js/index.js @@ -1600,7 +1600,7 @@ segwitAvailable: false, onSelect: function() { network = bitcoinjs.bitcoin.networks.denarius; - setHdCoin(0); + setHdCoin(116); }, }, { -- cgit v1.2.3