diff options
author | Ian Coleman <coleman.ian@gmail.com> | 2016-08-25 08:09:58 +1000 |
---|---|---|
committer | Ian Coleman <coleman.ian@gmail.com> | 2016-08-25 08:09:58 +1000 |
commit | f3d0aca14ba96f305eda5ae9ef3b49f16cd6c5bb (patch) | |
tree | d10e730d76c2c6c7a423a29774d92d1ce0b08e00 | |
parent | f3fad1b5a7f4155ea3762fa71ff5d682466eaa90 (diff) | |
download | BIP39-f3d0aca14ba96f305eda5ae9ef3b49f16cd6c5bb.tar.gz BIP39-f3d0aca14ba96f305eda5ae9ef3b49f16cd6c5bb.tar.zst BIP39-f3d0aca14ba96f305eda5ae9ef3b49f16cd6c5bb.zip |
Test placeholder for github issue 26
-rw-r--r-- | tests.js | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||
1058 | console.log("Running tests..."); | 1061 | console.log("Running tests..."); |