From 7f59c88dbceca330c6846f27c1423c8e7fe2009e Mon Sep 17 00:00:00 2001 From: Panagiotis David Date: Mon, 10 Jun 2019 21:42:44 +0300 Subject: [PATCH] [iancoleman/bip39] ADD support MONK, LTCt, DOGEt (#335) Can you please replace the tab character with a space character in MONK name thanks. --- tests/spec/tests.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/spec/tests.js b/tests/spec/tests.js index d609dca..b307f15 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1478,7 +1478,7 @@ it('Allows selection of Ethersocial Network', function(done) { }); it('Allows selection of Monkey Project', function(done) { var params = { - selectText: "MONK - Monkey Project", + selectText: "MONK - Monkey Project", firstAddress: "MnLrcnnUzKnf7TzufjRe5DLZqQJz18oYyu", }; testNetwork(done, params); -- 2.41.0