Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Draft of wallet bip39 support
Browse files Browse the repository at this point in the history
  • Loading branch information
karbyshev committed Feb 5, 2023
1 parent 0a8c862 commit 554adfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/src/lib/wallet/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ impl Wallet {
/// lowercase too). If the key is to be encrypted, will prompt for
/// password from stdin. Stores the key in decrypted key cache and
/// returns the alias of the key and a reference-counting pointer to the
/// key. Optionally, use a BIP39 mnemonic code for key generation.
/// key. Optionally, use a BIP39 mnemonic code for the key generation.
pub fn gen_key(
&mut self,
scheme: SchemeType,
Expand Down

0 comments on commit 554adfe

Please sign in to comment.