Skip to content

Commit

Permalink
Add link for BIP39 tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mikera committed Jan 25, 2024
1 parent 48b5d1e commit 947cc92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions convex-cli/src/test/java/convex/cli/key/KeyImportTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ public void testKeyImportSeed() {
assertTrue(t2.getOutput().contains(accountKey.toHexString()));
}

/**
* BIP39 Import test
* Example case generated using excellent tool: https://iancoleman.io/bip39/
*/
@Test
public void testKeyImportBIP39() {

Expand Down

0 comments on commit 947cc92

Please sign in to comment.