swarm/network: Move hashSize to end of const block

This commit is contained in:
Balint Gabor 2018-01-12 20:05:16 +01:00
parent 1c7805bde4
commit 3956470fce

View file

@ -32,14 +32,13 @@ import (
)
const (
HashSize = 32
Low uint8 = iota
Mid
High
Top
PriorityQueue // number of queues
PriorityQueueCap = 3 // queue capacity
HashSize = 32
)
// Handover represents a statement that the upstream peer hands over the stream section