diff options
author | Ian Coleman <ian@iancoleman.io> | 2018-03-27 10:22:48 +1100 |
---|---|---|
committer | Ian Coleman <ian@iancoleman.io> | 2018-03-27 10:24:35 +1100 |
commit | 88ae1301251a14ed9557c1ae7753e411e0159c5b (patch) | |
tree | f7eac1541cedec5ede31f0156963726ca6b8db51 /src | |
parent | 27fa3201259657954f0699ef2acf731f18b5fdbf (diff) | |
download | BIP39-88ae1301251a14ed9557c1ae7753e411e0159c5b.tar.gz BIP39-88ae1301251a14ed9557c1ae7753e411e0159c5b.tar.zst BIP39-88ae1301251a14ed9557c1ae7753e411e0159c5b.zip |
Change Bitcoin Gold coin number to 156
Closes #189
Diffstat (limited to 'src')
-rw-r--r-- | src/js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/index.js b/src/js/index.js index b1ca066..4baa14c 100644 --- a/src/js/index.js +++ b/src/js/index.js | |||
@@ -1568,7 +1568,7 @@ | |||
1568 | segwitAvailable: true, | 1568 | segwitAvailable: true, |
1569 | onSelect: function() { | 1569 | onSelect: function() { |
1570 | network = bitcoinjs.bitcoin.networks.bgold; | 1570 | network = bitcoinjs.bitcoin.networks.bgold; |
1571 | setHdCoin(0); | 1571 | setHdCoin(156); |
1572 | }, | 1572 | }, |
1573 | }, | 1573 | }, |
1574 | { | 1574 | { |