Merge pull request #338 from aitorp6/master

removed extra character that causes the whole thing to fail
This commit is contained in:
iancoleman
2019-06-13 12:35:36 +10:00
committed by GitHub

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);
}, },