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