aboutsummaryrefslogtreecommitdiff
path: root/tests.js
diff options
context:
space:
mode:
authorIan Coleman <coleman.ian@gmail.com>2016-10-11 10:08:50 +1100
committerIan Coleman <coleman.ian@gmail.com>2016-10-11 10:11:00 +1100
commitb630f83d2328d355d1250676063b2ef5fd9e7257 (patch)
treeb244cb39aa63e5b973561c1c315dbd9ac8441d1d /tests.js
parentb0818b31e6e21e12303b0e5a6dd8dc81c1331409 (diff)
downloadBIP39-b630f83d2328d355d1250676063b2ef5fd9e7257.tar.gz
BIP39-b630f83d2328d355d1250676063b2ef5fd9e7257.tar.zst
BIP39-b630f83d2328d355d1250676063b2ef5fd9e7257.zip
Links and author changed to iancoleman
Diffstat (limited to 'tests.js')
-rw-r--r--tests.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests.js b/tests.js
index 1b2ae4c..4fd2ca5 100644
--- a/tests.js
+++ b/tests.js
@@ -1566,7 +1566,7 @@ page.open(url, function(status) {
1566}, 1566},
1567 1567
1568// Github Issue 11: Default word length is 15 1568// Github Issue 11: Default word length is 15
1569// https://github.com/dcpos/bip39/issues/11 1569// https://github.com/iancoleman/bip39/issues/11
1570function() { 1570function() {
1571page.open(url, function(status) { 1571page.open(url, function(status) {
1572 // get the word length 1572 // get the word length
@@ -1583,7 +1583,7 @@ page.open(url, function(status) {
1583 1583
1584 1584
1585// Github Issue 12: Generate more rows with private keys hidden 1585// Github Issue 12: Generate more rows with private keys hidden
1586// https://github.com/dcpos/bip39/issues/12 1586// https://github.com/iancoleman/bip39/issues/12
1587function() { 1587function() {
1588page.open(url, function(status) { 1588page.open(url, function(status) {
1589 // set the phrase 1589 // set the phrase
@@ -1626,7 +1626,7 @@ page.open(url, function(status) {
1626}, 1626},
1627 1627
1628// Github Issue 19: Mnemonic is not sensitive to whitespace 1628// Github Issue 19: Mnemonic is not sensitive to whitespace
1629// https://github.com/dcpos/bip39/issues/19 1629// https://github.com/iancoleman/bip39/issues/19
1630function() { 1630function() {
1631page.open(url, function(status) { 1631page.open(url, function(status) {
1632 // set the phrase 1632 // set the phrase
@@ -1653,7 +1653,7 @@ page.open(url, function(status) {
1653}, 1653},
1654 1654
1655// Github Issue 23: Part 1: Use correct derivation path when changing tabs 1655// Github Issue 23: Part 1: Use correct derivation path when changing tabs
1656// https://github.com/dcpos/bip39/issues/23 1656// https://github.com/iancoleman/bip39/issues/23
1657function() { 1657function() {
1658page.open(url, function(status) { 1658page.open(url, function(status) {
1659 // 1) and 2) set the phrase 1659 // 1) and 2) set the phrase
@@ -1701,7 +1701,7 @@ page.open(url, function(status) {
1701}, 1701},
1702 1702
1703// Github Issue 23 Part 2: Coin selection in derivation path 1703// Github Issue 23 Part 2: Coin selection in derivation path
1704// https://github.com/dcpos/bip39/issues/23#issuecomment-238011920 1704// https://github.com/iancoleman/bip39/issues/23#issuecomment-238011920
1705function() { 1705function() {
1706page.open(url, function(status) { 1706page.open(url, function(status) {
1707 // set the phrase 1707 // set the phrase
@@ -1732,7 +1732,7 @@ page.open(url, function(status) {
1732}, 1732},
1733 1733
1734// Github Issue 26: When using a Root key derrived altcoins are incorrect 1734// Github Issue 26: When using a Root key derrived altcoins are incorrect
1735// https://github.com/dcpos/bip39/issues/26 1735// https://github.com/iancoleman/bip39/issues/26
1736function() { 1736function() {
1737page.open(url, function(status) { 1737page.open(url, function(status) {
1738 // 1) 2) and 3) set the root key 1738 // 1) 2) and 3) set the root key