mirror of
https://github.com/OneKeyHQ/bip39.git
synced 2026-04-27 21:00:41 +00:00
Fix naming of Dogecoin Testnet
This commit is contained in:
+1
-1
@@ -443,7 +443,7 @@ it('Allows selection of dogecoin', function(done) {
|
|||||||
});
|
});
|
||||||
it('Allows selection of dogecoin testnet', function(done) {
|
it('Allows selection of dogecoin testnet', function(done) {
|
||||||
var params = {
|
var params = {
|
||||||
selectText: "DOGEt - Dogecoin testnet",
|
selectText: "DOGEt - Dogecoin Testnet",
|
||||||
firstAddress: "niHnSJKHdwDyDxRMLBJrtNqpvHEsAFWe6B",
|
firstAddress: "niHnSJKHdwDyDxRMLBJrtNqpvHEsAFWe6B",
|
||||||
};
|
};
|
||||||
testNetwork(done, params);
|
testNetwork(done, params);
|
||||||
|
|||||||
Reference in New Issue
Block a user