Commit cd12639
committed
Merge rust-bitcoin#253: Enable the v28
04dc370 Enable the v28 raw_transaction module (Jamil Lambert, PhD)
Pull request description:
The module files were all there but the module was undeclared and unused, v26 was still being reexported in v28 and v29.
Declare the module and update the reexports.
ACKs for top commit:
tcharding:
ACK 04dc370
Tree-SHA512: e9c9273a053e4ef3be9c0afed02c07eee3e4853d0e5ebf1c711f5e0c255cb09ad1d02e3ef0d975826f6d4ee3d37f06026b12f704df19aedf2a128623590ad9b8raw_transaction module2 files changed
+16
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
259 | 268 | | |
260 | 269 | | |
261 | 270 | | |
| |||
313 | 322 | | |
314 | 323 | | |
315 | 324 | | |
316 | | - | |
317 | | - | |
318 | | - | |
| 325 | + | |
319 | 326 | | |
320 | 327 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | | - | |
331 | | - | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
332 | 334 | | |
333 | 335 | | |
0 commit comments