From 1fe8f5195f2f38a507cf786c96a172fba4bb303a Mon Sep 17 00:00:00 2001 From: standard-error Date: Fri, 9 Nov 2018 15:10:30 +0000 Subject: Add Ravencoin (RVN) --- tests/spec/tests.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests') diff --git a/tests/spec/tests.js b/tests/spec/tests.js index b1308fb..56c259c 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -1068,6 +1068,13 @@ it('Allows selection of Putincoin', function(done) { }; testNetwork(done, params); }); +it('Allows selection of Ravencoin', function(done) { + var params = { + selectText: "RVN - Ravencoin", + firstAddress: "RBuDoVNnzvFsEcX8XKPm8ic4mgiCzjUCNk", + }; + testNetwork(done, params); +}); it('Allows selection of Reddcoin', function(done) { var params = { selectText: "RDD - Reddcoin", -- cgit v1.2.3