Fix typo in fetch blocks log message.
This commit is contained in:
parent
371dfdd76a
commit
b3f63cf35e
1 changed files with 1 additions and 1 deletions
|
@ -1030,7 +1030,7 @@ func (b *blockManager) handleHeadersMsg(bmsg *headersMsg) {
|
|||
|
||||
nheaders := len(msg.Headers)
|
||||
if nheaders == 0 {
|
||||
bmgrLog.Infof("Received %v0 block headers: Fetching blocks",
|
||||
bmgrLog.Infof("Received %v block headers: Fetching blocks",
|
||||
len(b.headerPool))
|
||||
b.fetchHeaderBlocks()
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue