Rename TapTree::into_builder
This commit is contained in:
parent
f9d8d0d968
commit
219273788c
|
@ -151,7 +151,7 @@ impl TapTree {
|
|||
}
|
||||
|
||||
/// Converts self into builder [`TaprootBuilder`]. The builder is guaranteed to be finalized.
|
||||
pub fn into_inner(self) -> TaprootBuilder {
|
||||
pub fn into_builder(self) -> TaprootBuilder {
|
||||
self.0
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue