Remove path from ScriptBuf
The `ScriptBuf` type is perfectly descriptive without the use of the additional `script::` path. Refactor only, no logic changes.
This commit is contained in:
parent
2fcd65ad97
commit
ee333defa4
|
@ -803,7 +803,7 @@ impl Address<NetworkUnchecked> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl From<Address> for script::ScriptBuf {
|
impl From<Address> for ScriptBuf {
|
||||||
fn from(a: Address) -> Self { a.script_pubkey() }
|
fn from(a: Address) -> Self { a.script_pubkey() }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue