This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Update node_info.go (
#3059
)
pull/3075/head
needkane
6 years ago
committed by
Ethan Buchman
parent
41e2eeee9c
commit
2348f38927
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
p2p/node_info.go
+ 1
- 1
p2p/node_info.go
View File
@ -9,7 +9,7 @@ import (
)
const
(
maxNodeInfoSize
=
10240
// 10K
b
maxNodeInfoSize
=
10240
// 10K
B
maxNumChannels
=
16
// plenty of room for upgrades, for now
)
Write
Preview
Loading…
Cancel
Save