Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rudyfraser committed Feb 4, 2025
1 parent ec3e8d3 commit c64b2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rsky-crypto/src/utils.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use crate::constants::{BASE58_MULTIBASE_PREFIX, DID_KEY_PREFIX};
use anyhow::{bail, Result};
use multibase::decode;
use secp256k1::rand::RngCore;
use secp256k1::rand::rngs::OsRng;
use secp256k1::rand::RngCore;

pub fn extract_multikey(did: &String) -> Result<String> {
if !did.starts_with(DID_KEY_PREFIX) {
Expand Down

0 comments on commit c64b2ce

Please sign in to comment.