Skip to content

Commit

Permalink
reflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jrick committed Jul 29, 2024
1 parent 3ce40a3 commit 644fed5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -2087,8 +2087,7 @@ func (s *server) handleRelayPeerInvMsg(msg relayMsg, sp *serverPeer) {
if isBlockAnnouncement && sp.WantsHeaders() {
blockHeader, ok := msg.data.(wire.BlockHeader)
if !ok {
peerLog.Warnf("Underlying data for headers is not a " +
"block header")
peerLog.Warnf("Underlying data for headers is not a block header")
return
}
msgHeaders := wire.NewMsgHeaders()
Expand Down

0 comments on commit 644fed5

Please sign in to comment.