rust-lightning/lightning-rapid-gossip-sync/src
Jeffrey Czyz 54f96ef944
Use ChainHash instead of BlockHash as applicable
ChainHash is more appropriate for places where an arbitrary BlockHash is
not desirable. This type was introduced in later versions of the bitcoin
crate, thus BlockHash was used instead.

Using ChainHash also makes it easier to check if ChannelManager is
compatible with an Offer.
2023-10-16 13:29:53 -05:00
..
error.rs Correct rapid-gossip-sync no-std build and test 2022-10-06 17:51:12 +00:00
lib.rs Replace std's unmaintained bench with criterion 2023-05-11 06:11:49 +00:00
processing.rs Use ChainHash instead of BlockHash as applicable 2023-10-16 13:29:53 -05:00