X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FCryptomonnaies%2FBIP39.git;a=blobdiff_plain;f=tests%2Fspec%2Ftests.js;h=8774a32a6524fc8bccf316009039bce30517361b;hp=0944be4bbe8e4b4f6b1e59b290b8ad28b7fc2a2e;hb=88ae1301251a14ed9557c1ae7753e411e0159c5b;hpb=27fa3201259657954f0699ef2acf731f18b5fdbf diff --git a/tests/spec/tests.js b/tests/spec/tests.js index 0944be4..8774a32 100644 --- a/tests/spec/tests.js +++ b/tests/spec/tests.js @@ -602,7 +602,7 @@ it('Allows selection of nubits', function(done) { it('Allows selection of bitcoin gold', function(done) { var params = { selectText: "BTG - Bitcoin Gold", - firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ", + firstAddress: "GdDqug4WUsn5syNbSTHatNn4XnuwZtzedx", }; testNetwork(done, params); });