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 caa3368 commit 456aa21Copy full SHA for 456aa21
src/descriptor/tr.rs
@@ -469,19 +469,19 @@ impl_from_tree!(
469
Tr::new(expression::terminal(key, Pk::from_str)?, Some(ret))
470
}
471
_ => {
472
- return Err(Error::Unexpected(format!(
+ Err(Error::Unexpected(format!(
473
"{}[#{} args] while parsing taproot descriptor",
474
top.name,
475
top.args.len()
476
- )));
+ )))
477
478
479
} else {
480
481
482
483
484
485
486
487
);
0 commit comments