mirror of
https://github.com/FlipsideCrypto/dcrd.git
synced 2026-02-06 10:56:47 +00:00
server: Correct comment in getblocks handler.
This commit is contained in:
parent
386527c3a6
commit
b5de14847c
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user