Use capital B for Bitcoin in rustdoc
As we do in another part of this file use capital 'B' for Bitcoin.
This commit is contained in:
parent
bcfabc3556
commit
d6298fe711
|
@ -29,7 +29,7 @@ pub struct Signature {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Signature {
|
impl Signature {
|
||||||
/// Constructs an ECDSA bitcoin signature for [`EcdsaSighashType::All`].
|
/// Constructs an ECDSA Bitcoin signature for [`EcdsaSighashType::All`].
|
||||||
pub fn sighash_all(sig: secp256k1::ecdsa::Signature) -> Signature {
|
pub fn sighash_all(sig: secp256k1::ecdsa::Signature) -> Signature {
|
||||||
Signature { sig, hash_ty: EcdsaSighashType::All }
|
Signature { sig, hash_ty: EcdsaSighashType::All }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue