Add bitcoin regtest params

This commit is contained in:
Ian Coleman
2019-12-18 09:51:00 +11:00
parent 244c76022a
commit f12242014d
4 changed files with 81 additions and 0 deletions

View File

@@ -412,6 +412,13 @@ it('Allows selection of bitcoin testnet', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of bitcoin regtest', function(done) {
var params = {
selectText: "BTC - Bitcoin RegTest",
firstAddress: "mucaU5iiDaJDb69BHLeDv8JFfGiyg2nJKi",
};
testNetwork(done, params);
});
it('Allows selection of litecoin', function(done) {
var params = {
selectText: "LTC - Litecoin",