diff options
author | Aitor P <aitorp@gmail.com> | 2019-06-12 18:19:20 +0200 |
---|---|---|
committer | Aitor P <aitorp@gmail.com> | 2019-06-12 18:19:20 +0200 |
commit | 8b569deeaee17742169475f68ea4197ea1a7f06a (patch) | |
tree | e756ce7d65de33c13a4f44a24aff32aa2c1f8f74 | |
parent | 6f53a445ee3961ac93b5837702e9cf5b4406ba0e (diff) | |
download | BIP39-8b569deeaee17742169475f68ea4197ea1a7f06a.tar.gz BIP39-8b569deeaee17742169475f68ea4197ea1a7f06a.tar.zst BIP39-8b569deeaee17742169475f68ea4197ea1a7f06a.zip |
removed extra character that causes the whole thing to fail
-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 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 | }, |