Browse Source

Update node_info.go (#3059)

pull/3075/head
needkane 6 years ago
committed by Ethan Buchman
parent
commit
2348f38927
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      p2p/node_info.go

+ 1
- 1
p2p/node_info.go View File

@ -9,7 +9,7 @@ import (
)
const (
maxNodeInfoSize = 10240 // 10Kb
maxNodeInfoSize = 10240 // 10KB
maxNumChannels = 16 // plenty of room for upgrades, for now
)


Loading…
Cancel
Save