Skip to content

Commit

Permalink
[sdk/crypto/wif] minor edit in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ertosns committed Nov 24, 2023
1 parent 336cbbd commit dc2d08e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sdk/src/crypto/wif.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ mod tests {
#[test]
fn test_sk_towif() {
let sk_bytes: [u8; 32] = [0; 32];
let _sk_str = std::str::from_utf8(&sk_bytes).unwrap();
let sk = SecretKey::from_bytes(sk_bytes).unwrap();
let wif = Wif::from(&sk);

Expand Down

0 comments on commit dc2d08e

Please sign in to comment.