diff --git a/blockmanager.go b/blockmanager.go index 01833e73..0d9e8517 100644 --- a/blockmanager.go +++ b/blockmanager.go @@ -129,6 +129,8 @@ func (b *blockManager) startSync(peers *list.List) { bestPeer.lastBlock, bestPeer.addr) bestPeer.PushGetBlocksMsg(locator, &zeroHash) b.syncPeer = bestPeer + } else { + log.Warnf("[BMGR] No sync peer candidates available") } }