From: Aitor P Date: Wed, 12 Jun 2019 16:19:20 +0000 (+0200) Subject: removed extra character that causes the whole thing to fail X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=commitdiff_plain;h=8b569deeaee17742169475f68ea4197ea1a7f06a removed extra character that causes the whole thing to fail --- 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 @@ }, { name: "MONK - Monkey Project", -` onSelect: function() { + onSelect: function() { network = bitcoinjs.bitcoin.networks.monkey; setHdCoin(214); },