Skip to content

Commit da0b577

Browse files
Update wallet/src/wallet/params.rs
Co-authored-by: ValuedMammal <valuedmammal@protonmail.com>
1 parent 9e3adf2 commit da0b577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wallet/src/wallet/params.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ where
2828

2929
let descriptors = desc
3030
.into_single_descriptors()
31-
.map_err(|_| DescriptorError::MultiPath)?;
31+
.map_err(DescriptorError::Miniscript)?;
3232

3333
if descriptors.len() != 2 {
3434
return Err(DescriptorError::MultiPath);

0 commit comments

Comments
 (0)