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

@ -95,6 +95,7 @@ func NewProtocolManager(networkId int, mux *event.TypeMux, txpool txPool, pow po
newPeerCh: make(chan *peer, 1),
txsyncCh: make(chan *txsync),
quitSync: make(chan struct{}),
netId: networkId,
}
// Initiate a sub-protocol for every implemented version we can handle
manager.SubProtocols = make([]p2p.Protocol, len(ProtocolVersions))