Add Ravencoin (RVN)

This commit is contained in:
standard-error
2018-11-09 15:10:30 +00:00
parent ce349ac99f
commit 1fe8f5195f
3 changed files with 25 additions and 0 deletions

View File

@@ -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",