cmd/geth, core, eth: Version 1.0.0

Genesis release. Closes #1402

Conflicts:
	cmd/geth/main.go
This commit is contained in:
Jeffrey Wilcke
2015-07-22 13:41:31 +02:00
parent 5001f778aa
commit 036e6301af
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
)