aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-08-25 08:09:58 +1000
committerIan Coleman <coleman.ian@gmail.com>2016-08-25 08:09:58 +1000
commitf3d0aca14ba96f305eda5ae9ef3b49f16cd6c5bb (patch)
treed10e730d76c2c6c7a423a29774d92d1ce0b08e00
parentf3fad1b5a7f4155ea3762fa71ff5d682466eaa90 (diff)
downloadBIP39-f3d0aca14ba96f305eda5ae9ef3b49f16cd6c5bb.tar.gz
BIP39-f3d0aca14ba96f305eda5ae9ef3b49f16cd6c5bb.tar.zst
BIP39-f3d0aca14ba96f305eda5ae9ef3b49f16cd6c5bb.zip
Test placeholder for github issue 26
-rw-r--r--tests.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests.js b/tests.js
index 5531753..47938a4 100644
--- a/tests.js
+++ b/tests.js
@@ -1053,6 +1053,9 @@ page.open(url, function(status) {
1053// Github Issue 23: Use correct derivation path when changing tabs 1053// Github Issue 23: Use correct derivation path when changing tabs
1054// https://github.com/dcpos/bip39/issues/23 1054// https://github.com/dcpos/bip39/issues/23
1055 1055
1056// Github Issue 26: When using a Root key derrived altcoins are incorrect
1057// https://github.com/dcpos/bip39/issues/26
1058
1056]; 1059];
1057 1060
1058console.log("Running tests..."); 1061console.log("Running tests...");