Commit 6d8ed86
committed
Fix tr descriptor parsing bug
Tr::from_str works correctly, but the descriptor::from_str() for taproot
does not work correctly. This is because of a special case impl for
FromTree of tr descriptors as they contain both { and ( braces.1 parent c1b516c commit 6d8ed86
1 file changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
743 | | - | |
744 | | - | |
| 743 | + | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
| 747 | + | |
| 748 | + | |
| 749 | + | |
| 750 | + | |
745 | 751 | | |
746 | 752 | | |
747 | 753 | | |
| |||
0 commit comments