Skip to content

Commit

Permalink
style: Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
KirilMihaylov committed Aug 21, 2024
1 parent 4755a99 commit 977a28e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chain-ops/src/key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ use anyhow::{Context as _, Result};
use bip32::{Language, Mnemonic};

pub type Signing = cosmrs::crypto::secp256k1::SigningKey;

pub type Public = cosmrs::crypto::PublicKey;

pub fn derive_from_mnemonic(phrase: &str, password: &str) -> Result<Signing>
Expand Down

0 comments on commit 977a28e

Please sign in to comment.