Commit 4d70725
committed
Merge rust-bitcoin#5135: chore: fix path to the wrapper
60ee4ca chore: fix path to the wrapper (phrwlk)
Pull request description:
The comments contain an incorrect path to the wrapper.
In fact, the bridge module is not public (mod bridge;), and the FromStd type is re-exported at the top level. Correct ways to use it: io::FromStd (as in the code on L89) or, if connecting the crate without an alias, bitcoin_io::FromStd.
ACKs for top commit:
tcharding:
ACK 60ee4ca
apoelstra:
ACK 60ee4ca; successfully ran local tests
Tree-SHA512: 69bb24d34a1d5b52113a886409058c96887f73a024cb40963cbe503e9973a8281015cdc598c77dd4bf52401e6933f81d33f4446f009d91f62f217631a806de441 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments