Patch for concurrent iterator & others (onto v1.11.6) #386

Closed
roysc wants to merge 1565 commits from v1.11.6-statediff-v5 into master
Showing only changes of commit e185a8c818 - Show all commits

View File

@ -102,7 +102,7 @@ type (
}
)
// This number is the maximum number of neighbor nodes in a Neigbors packet.
// This number is the maximum number of neighbor nodes in a Neighbors packet.
const MaxNeighbors = 12
// This code computes the MaxNeighbors constant value.