mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
comment
This commit is contained in:
parent
57344573d8
commit
41b3c06d43
1 changed files with 2 additions and 1 deletions
|
|
@ -82,7 +82,8 @@ func showAttributeCounts(ns nodeSet) {
|
|||
}
|
||||
}
|
||||
|
||||
keys := make([]string, 0, len(attrcount))
|
||||
// keys := make([]string, 0, len(attrcount))
|
||||
var keys []string
|
||||
var maxlength int
|
||||
for key := range attrcount {
|
||||
keys = append(keys, key)
|
||||
|
|
|
|||
Loading…
Reference in a new issue