Commit deee085
committed
Deserialize consensus objects using Read type
The BufReader wrapping is no longer needed after the rust-bitcoin
`0.32.4` release which contains the standardisation of the trait
bounds for deserialization to `Read` instead of `BufReader`.1 parent 6ac2cf3 commit deee085
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1625 | 1625 | | |
1626 | 1626 | | |
1627 | 1627 | | |
1628 | | - | |
1629 | | - | |
| 1628 | + | |
1630 | 1629 | | |
1631 | 1630 | | |
1632 | 1631 | | |
| |||
0 commit comments