Skip to content

Commit

Permalink
second stage todo
Browse files Browse the repository at this point in the history
  • Loading branch information
rus-alex committed Nov 3, 2023
1 parent 3e68832 commit 16a215a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gossip/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ func (p *peer) readStatus(network uint64, handshake *handshakeData, genesis comm
return errResp(ErrDecode, "msg %v: %v", msg, err)
}

// TODO: rm after all the nodes updated to #184
// TODO: rm after all the nodes updated to #527
if handshake.NetworkID == 0 {
handshake.NetworkID = network
}
Expand Down

0 comments on commit 16a215a

Please sign in to comment.