Commit 4a6ac87
fix(test): move assertion inside derivable check
Moves the assertion that checks `.atDerivationIndex(0)` doesn't throw
inside the conditional block that verifies the descriptor is derivable.
The new rust-miniscript version fails at the `.atDerivationIndex(0)` call
which frankly makes more sense.
Issue: BTC-2650
Co-authored-by: llm-git <[email protected]>1 parent 483b987 commit 4a6ac87
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments