Added NodeInfo (still need to add to AddrBook); Proper Handshake

This commit is contained in:
Jae Kwon
2015-04-20 15:29:01 -07:00
parent 4948fe7725
commit dc1fddd1d8
10 changed files with 121 additions and 44 deletions
+9
View File
@@ -0,0 +1,9 @@
package types
type NodeInfo struct {
Moniker string
Network string
Host string
P2PPort uint16
RPCPort uint16
}