removed extra character that causes the whole thing to fail

This commit is contained in:
Aitor P
2019-06-12 18:19:20 +02:00
parent 6f53a445ee
commit 8b569deeae

View File

@@ -2786,7 +2786,7 @@
}, },
{ {
name: "MONK - Monkey Project", name: "MONK - Monkey Project",
` onSelect: function() { onSelect: function() {
network = bitcoinjs.bitcoin.networks.monkey; network = bitcoinjs.bitcoin.networks.monkey;
setHdCoin(214); setHdCoin(214);
}, },