Skip to content
Snippets Groups Projects
Commit a1ee0fca authored by Dmitry Markin's avatar Dmitry Markin Committed by GitHub
Browse files

`sync` protocol now can have negotiated fallback name (#11982)

parent 6eda842c
No related merge requests found
......@@ -1577,8 +1577,6 @@ where
} => {
// Set number 0 is hardcoded the default set of peers we sync from.
if set_id == HARDCODED_PEERSETS_SYNC {
debug_assert!(negotiated_fallback.is_none());
// `received_handshake` can be either a `Status` message if received from the
// legacy substream ,or a `BlockAnnouncesHandshake` if received from the block
// announces substream.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment