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