Skip to content

Commit 7518fde

Browse files
committed
superseeded by Trezor team. Waiting for next iteration
1 parent b844067 commit 7518fde

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

api/src/test/java/com/bitsofproof/supernode/api/BIP39Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ public void bip39TrezorTest () throws IOException, JSONException, ValidationExce
6969
JSONArray test = english.getJSONArray (i);
7070
String m = BIP39.getMnemonic (ByteUtils.fromHex (test.getString (i)));
7171
assertTrue (m.equals (test.getString (i + 1)));
72-
assertTrue (ByteUtils.toHex (BIP39.getSeed (m, "TREZOR")).equals (test.getString (i + 2)));
7372
}
7473
}
7574

0 commit comments

Comments
 (0)