rust-lightning/lightning-rapid-gossip-sync/src
Arik Sosman d1767cdedf
Simplify Readable mutability.
In anticipation of the rust-bitcoin upgrade, which incorporates its
own `io::Read` implementation, we need to make our usage compatible
with dropping `std::io` and `core2::io`.

Notably, in version 0.32.2, `bitcoin::io`'s `Read` is no longer
implemented for `&mut R where R: Read + ?Sized`, which results in
errors anytime `&mut &mut Readable` is passed instead of
`&mut Readable`.

This commit fixes those instances.
2024-08-16 09:23:09 -07:00
..
lib.rs Do not use bitcoin::blockdata 2024-08-08 07:13:26 +10:00
processing.rs Simplify Readable mutability. 2024-08-16 09:23:09 -07:00