server: Correct comment in getblocks handler.

This commit is contained in:
Dave Collins 2018-06-07 12:58:50 -05:00
parent 386527c3a6
commit b5de14847c
No known key found for this signature in database
GPG Key ID: B8904D9D9C93D1F2

View File

@ -726,7 +726,6 @@ func (sp *serverPeer) OnGetBlocks(p *peer.Peer, msg *wire.MsgGetBlocks) {
// wire.MaxBlocksPerMsg have been fetched or the provided stop hash is
// encountered.
//
// Find the most recent known block based on the block locator.
// Use the block after the genesis block if no other blocks in the
// provided locator are known. This does mean the client will start
// over with the genesis block if unknown block locators are provided.