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 9e3adf2 commit da0b577Copy full SHA for da0b577
wallet/src/wallet/params.rs
@@ -28,7 +28,7 @@ where
28
29
let descriptors = desc
30
.into_single_descriptors()
31
- .map_err(|_| DescriptorError::MultiPath)?;
+ .map_err(DescriptorError::Miniscript)?;
32
33
if descriptors.len() != 2 {
34
return Err(DescriptorError::MultiPath);
0 commit comments