aboutsummaryrefslogtreecommitdiff
path: root/src/js/index.js
diff options
context:
space:
mode:
authoriancoleman <1281387+iancoleman@users.noreply.github.com>2019-06-13 12:35:36 +1000
committerGitHub <noreply@github.com>2019-06-13 12:35:36 +1000
commit06cd4e7608f88a5b43d5e783fd1dc51650e190a1 (patch)
treee756ce7d65de33c13a4f44a24aff32aa2c1f8f74 /src/js/index.js
parent6f53a445ee3961ac93b5837702e9cf5b4406ba0e (diff)
parent8b569deeaee17742169475f68ea4197ea1a7f06a (diff)
downloadBIP39-06cd4e7608f88a5b43d5e783fd1dc51650e190a1.tar.gz
BIP39-06cd4e7608f88a5b43d5e783fd1dc51650e190a1.tar.zst
BIP39-06cd4e7608f88a5b43d5e783fd1dc51650e190a1.zip
Merge pull request #338 from aitorp6/master
removed extra character that causes the whole thing to fail
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 f54ff71..56f42d4 100644
--- a/src/js/index.js
+++ b/src/js/index.js
@@ -2786,7 +2786,7 @@
2786 }, 2786 },
2787 { 2787 {
2788 name: "MONK - Monkey Project", 2788 name: "MONK - Monkey Project",
2789` onSelect: function() { 2789 onSelect: function() {
2790 network = bitcoinjs.bitcoin.networks.monkey; 2790 network = bitcoinjs.bitcoin.networks.monkey;
2791 setHdCoin(214); 2791 setHdCoin(214);
2792 }, 2792 },