release, all: integrate the release service into geth

This commit is contained in:
Péter Szilágyi
2016-05-02 16:20:21 +03:00
parent d46da273c6
commit 586eddfd09
14 changed files with 822 additions and 583 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ type ServiceConstructor func(ctx *ServiceContext) (Service, error)
// - Restart logic is not required as the node will create a fresh instance
// every time a service is started.
type Service interface {
// Protocol retrieves the P2P protocols the service wishes to start.
// Protocols retrieves the P2P protocols the service wishes to start.
Protocols() []p2p.Protocol
// APIs retrieves the list of RPC descriptors the service provides