Add test for Beetlecoin

This commit is contained in:
Ian Coleman
2018-03-27 10:28:39 +11:00
parent e5167afe28
commit 680b94c1ef

View File

@@ -634,6 +634,13 @@ it('Allows selection of Neblio', function(done) {
};
testNetwork(done, params);
});
it('Allows selection of Beetlecoin', function(done) {
var params = {
selectText: "BEET - Beetlecoin",
firstAddress: "BVmtbEsGrjpknprmpHFq26z4kYHJUFHE71",
};
testNetwork(done, params);
});
// BIP39 seed is set from phrase
it('Sets the bip39 seed from the prhase', function(done) {