rust-lightning/lightning-net-tokio
Matt Corallo fab5d7e0ae Make RoutingMessageHandler a generic Deref instead of an Arc
We also update to use single idents when referencing the Deref=*
types since the automated code generator is pretty braindead.

This also moves some test utils out of peer_handler.rs and into
util::test_utils to standardize things a little bit, which we need
to concretize the PeerHandler types used in testing.
2020-05-22 14:28:13 -04:00
..
src Make RoutingMessageHandler a generic Deref instead of an Arc 2020-05-22 14:28:13 -04:00
Cargo.toml Adopting new bitcoin hash types and crate version 2020-04-29 12:37:46 +02:00