Clarify to_v0_p2wsh docs a bit further
This commit is contained in:
parent
f7ab3241a7
commit
3686cd7201
|
@ -302,7 +302,8 @@ impl Script {
|
||||||
.into_script()
|
.into_script()
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Compute the P2WSH output corresponding to this witness script
|
/// Compute the P2WSH output corresponding to this witnessScript (aka the "witness redeem
|
||||||
|
/// script")
|
||||||
pub fn to_v0_p2wsh(&self) -> Script {
|
pub fn to_v0_p2wsh(&self) -> Script {
|
||||||
let mut tmp = [0; 32];
|
let mut tmp = [0; 32];
|
||||||
let mut sha2 = Sha256::new();
|
let mut sha2 = Sha256::new();
|
||||||
|
|
Loading…
Reference in New Issue