Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
smartgoo committed Nov 2, 2024
1 parent 2ecde76 commit f5d30f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallet/core/src/python/signer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ pub fn sign_script_hash(script_hash: String, privkey: &PrivateKey) -> Result<Str
let script_hash = Hash::from_str(&script_hash)?;
let result = sign_hash(script_hash, &privkey.into())?;
Ok(result.to_hex())
}
}

0 comments on commit f5d30f0

Please sign in to comment.