We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54562f8 commit 09b4f4aCopy full SHA for 09b4f4a
src/descriptor_handler.rs
@@ -84,7 +84,9 @@ pub fn generate_multipath_descriptor(
84
) -> Result<Value> {
85
// Only BIP84 supported in this example
86
if script_type != 84 {
87
- return Err(anyhow!("Only BIP84 is supported for multipath at the moment."));
+ return Err(anyhow!(
88
+ "Only BIP84 is supported for multipath at the moment."
89
+ ));
90
}
91
92
#[allow(deprecated)]
0 commit comments