Skip to content

Commit 09b4f4a

Browse files
committed
added multipath function
1 parent 54562f8 commit 09b4f4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/descriptor_handler.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ pub fn generate_multipath_descriptor(
8484
) -> Result<Value> {
8585
// Only BIP84 supported in this example
8686
if script_type != 84 {
87-
return Err(anyhow!("Only BIP84 is supported for multipath at the moment."));
87+
return Err(anyhow!(
88+
"Only BIP84 is supported for multipath at the moment."
89+
));
8890
}
8991

9092
#[allow(deprecated)]

0 commit comments

Comments
 (0)