add isSome logging
This commit is contained in:
parent
a9a0fef25e
commit
11b8adeb54
|
@ -689,8 +689,9 @@ proc syncStep[A, B](man: SyncManager[A, B], index: int, peer: A)
|
|||
else:
|
||||
Opt.none(seq[DataColumnSidecars])
|
||||
|
||||
debugEcho "Data column while syncing"
|
||||
debugEcho dataColumnData.get[4].mapIt(it[])
|
||||
if dataColumnData.isSome:
|
||||
debugEcho "Data column while syncing"
|
||||
debugEcho dataColumnData.get[4].mapIt(it[])
|
||||
|
||||
if len(blockData) == 0 and man.direction == SyncQueueKind.Backward and
|
||||
req.contains(man.getSafeSlot()):
|
||||
|
|
Loading…
Reference in New Issue