aboutsummaryrefslogtreecommitdiffstats
path: root/node/service.go
diff options
context:
space:
mode:
authorJeffrey Wilcke <jeffrey@ethereum.org>2016-05-03 19:19:05 +0800
committerJeffrey Wilcke <jeffrey@ethereum.org>2016-05-03 19:19:05 +0800
commit488528e9e4bea886b381fad4333b1a61553eb2ed (patch)
tree3173d43775195e3055c5553ec54b5bb6012b86c7 /node/service.go
parent1c20313a6a1a35d5f540f878e7c263327c2ccfc1 (diff)
parent4536b993ff6a5b3751f59b52744078e150296654 (diff)
downloaddexon-488528e9e4bea886b381fad4333b1a61553eb2ed.tar
dexon-488528e9e4bea886b381fad4333b1a61553eb2ed.tar.gz
dexon-488528e9e4bea886b381fad4333b1a61553eb2ed.tar.bz2
dexon-488528e9e4bea886b381fad4333b1a61553eb2ed.tar.lz
dexon-488528e9e4bea886b381fad4333b1a61553eb2ed.tar.xz
dexon-488528e9e4bea886b381fad4333b1a61553eb2ed.tar.zst
dexon-488528e9e4bea886b381fad4333b1a61553eb2ed.zip
Merge pull request #2497 from karalabe/version-contract-3
Geth release oracle
Diffstat (limited to 'node/service.go')
-rw-r--r--node/service.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/service.go b/node/service.go
index 77b2ddc92..4d9a6e42c 100644
--- a/node/service.go
+++ b/node/service.go
@@ -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