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 68b320a commit 6eef67eCopy full SHA for 6eef67e
beacon_chain/spec/column_map.nim
@@ -97,6 +97,6 @@ func `$`*(a: ColumnMap): string =
97
"[" & a.items().toSeq().mapIt($it).join(", ") & "]"
98
99
func shortLog*(a: ColumnMap): string =
100
- if len(a) > NUMBER_OF_COLUMNS div 2:
+ if len(a) >= NUMBER_OF_COLUMNS div 2:
101
return "[supernode]"
102
$a
0 commit comments