We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099b657 commit 66b37b4Copy full SHA for 66b37b4
beacon_chain/spec/datatypes/fulu.nim
@@ -562,9 +562,6 @@ func shortLog*(v: DataColumnSidecar): auto =
562
func shortLog*(v: seq[DataColumnSidecar]): auto =
563
"[" & v.mapIt(shortLog(it)).join(", ") & "]"
564
565
-func shortLog*(v: seq[ref DataColumnSidecar]): auto =
566
- "[" & v.mapIt(shortLog(it[])).join(", ") & "]"
567
-
568
func shortLog*(x: seq[DataColumnIdentifier]): string =
569
"[" & x.mapIt(shortLog(it.block_root) & "/" & $it.index).join(", ") & "]"
570
0 commit comments