mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-05 23:57:04 +00:00
Added NodeInfo (still need to add to AddrBook); Proper Handshake
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package types
|
||||
|
||||
type NodeInfo struct {
|
||||
Moniker string
|
||||
Network string
|
||||
Host string
|
||||
P2PPort uint16
|
||||
RPCPort uint16
|
||||
}
|
||||
Reference in New Issue
Block a user