rust-lightning/lightning
Duncan Dean b52b936bdd
Send and handle networks field in Init messages
If the `networks` field is present in a received `Init` message, then
we need to make sure our genesis chain hash matches one of those, otherwise
we should disconnect the peer.

We now also always send our genesis chain hash in `Init` messages to
our peers.
2023-06-05 09:45:48 +02:00
..
src Send and handle networks field in Init messages 2023-06-05 09:45:48 +02:00
Cargo.toml Replace std's unmaintained bench with criterion 2023-05-11 06:11:49 +00:00