cmd/geth, core, eth: Version 1.0.0

Genesis release. Closes #1402
This commit is contained in:
Jeffrey Wilcke
2015-07-22 13:41:31 +02:00
parent 9d49c80783
commit db5ec711e8
7 changed files with 56 additions and 57 deletions

View File

@@ -30,7 +30,7 @@ var ProtocolVersions = []uint{61, 60}
var ProtocolLengths = []uint64{9, 8}
const (
NetworkId = 0
NetworkId = 1
ProtocolMaxMsgSize = 10 * 1024 * 1024 // Maximum cap on the size of a protocol message
)