Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Removes from readme method that doesn't exists #330
  • Loading branch information
leonardocustodio authored Nov 19, 2023
1 parent bcd9ef6 commit 394fcd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/substrate_bip39/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ final phrase = 'vessel ladder alter error federal sibling chat ability sun glass
final seed = await SubstrateBip39.ed25519.seedFromUri(phrase);
assert(hex.encode(seed) == 'd77ca3404e232ff317509d5da871495f9f5bade1821a84216d7070fc92c9bedb');
// Sr25519
final seed = await SubstrateBip39.sr25519.seedFromUri(phrase);
assert(hex.encode(seed) == '3b9000f94911f54e32eed6b49a1c1e244efaad4e330ab2d91a112b31286f5f72');
// Ecdsa
final seed = await SubstrateBip39.ecdsa.seedFromUri(phrase);
assert(hex.encode(seed) == 'cfacf223c22a3ce5758b07be3c16fffd47acfec5a0bb5e0d71f3c21f87e22333');
Expand Down

0 comments on commit 394fcd5

Please sign in to comment.