mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-05 18:43:47 +00:00
Add test for Bitcoin Gold network
This commit is contained in:
@@ -577,6 +577,13 @@ it('Allows selection of nubits', function(done) {
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
it('Allows selection of bitcoin gold', function(done) {
|
||||
var params = {
|
||||
selectText: "BTG - Bitcoin Gold",
|
||||
firstAddress: "GWYxuwSqANWGV3WT7Gpr6HE91euYXBqtwQ",
|
||||
};
|
||||
testNetwork(done, params);
|
||||
});
|
||||
|
||||
// BIP39 seed is set from phrase
|
||||
it('Sets the bip39 seed from the prhase', function(done) {
|
||||
|
||||
Reference in New Issue
Block a user