Update bitcore network parameters

Closes #231
This commit is contained in:
Ian Coleman
2018-07-26 09:53:49 +10:00
parent 0afecfc73c
commit b7de1f3d89
2 changed files with 3 additions and 3 deletions

View File

@@ -707,7 +707,7 @@ it('Allows selection of Bitcoinz', function(done) {
it('Allows selection of Bitcore', function(done) {
var params = {
selectText: "BTX - Bitcore",
firstAddress: "1Dg18EtqhReS11e9h8khkLjWGLHVjPM2AB",
firstAddress: "2Rgp5Znhpy34TK4QmPkfCiYs9r4KovfTH9",
};
testNetwork(done, params);
});