Skip to content

Commit

Permalink
Merge pull request #5 from KYVENetwork/fix/p2p
Browse files Browse the repository at this point in the history
Fix/p2p
  • Loading branch information
troykessler authored Sep 13, 2023
2 parents 4e9bf66 + f81d25d commit c35917a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion executor/p2p/reactor/reactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ func (bcR *BlockchainReactor) sendBlockToPeer(msg *bcproto.BlockRequest, src p2p
}

logger.Info().Int64("height", block.Height).Msg("Sent block to peer")
delete(bcR.blocks, block.Height)

return src.TrySend(BlockchainChannel, msgBytes)
}
Expand Down

0 comments on commit c35917a

Please sign in to comment.