Rename TapTree::into_builder

This commit is contained in:
Dr Maxim Orlovsky 2022-04-01 19:45:02 +02:00
parent f9d8d0d968
commit 219273788c
No known key found for this signature in database
GPG Key ID: FFC0250947E5C6F7
1 changed files with 1 additions and 1 deletions

View File

@ -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
}