Merge pull request #337 from aitorp6/master

DeepOnion: test fixed
This commit is contained in:
iancoleman
2019-06-12 09:41:20 +10:00
committed by GitHub

View File

@@ -1112,7 +1112,7 @@ it('Allows selection of Omnicore', function(done) {
it('Allows selection of DeepOnion', function(done) { it('Allows selection of DeepOnion', function(done) {
var params = { var params = {
selectText: "ONION - DeepOnion", selectText: "ONION - DeepOnion",
firstAddress: "DVioZ2Rjc9krDf5bbHuixznSDumzvGpzVw", firstAddress: "DYREY7XCFXVqJ3x5UuN43k2JwD2s1kif48",
}; };
testNetwork(done, params); testNetwork(done, params);
}); });