Commit 6b70a6a
committed
Merge rust-bitcoin/rust-miniscript#617: Improve
0630491aee647a6cdcbe6c876a51fad08e918840 Make TapTree::height public (Tobin C. Harding)
cdb57cb42a3ef89619b3a5085e742fcb673efd89 Make TapTree::combine public (Tobin C. Harding)
Pull request description:
Improve the `TapTree` API by making the `height` and `combine` methods public.
Note the serendipitous finding that upgrading miniscript to use bitcoin v0.31.0-rc1 requires no changes. I found these fixes doing the `bdk` upgrade.
ACKs for top commit:
apoelstra:
ACK 0630491aee647a6cdcbe6c876a51fad08e918840
Tree-SHA512: bafb91cc34e353bab7b952f8cfa8674f4918422879b0514d1bc0f7a2e00af3d5103f133eb65488ad3ff96ea0801292b863c74d1e2523fe1d67dea8ce8fb662afTapTree API1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments