diff --git a/src/util/taproot.rs b/src/util/taproot.rs index 1459788f..135cd374 100644 --- a/src/util/taproot.rs +++ b/src/util/taproot.rs @@ -514,6 +514,12 @@ impl TaprootBuilder { } } +impl Default for TaprootBuilder { + fn default() -> Self { + Self::new() + } +} + /// Represents the node information in taproot tree. /// /// Helper type used in merkle tree construction allowing one to build sparse merkle trees. The node