contracts/*: golint updates for this or self warning

This commit is contained in:
Kiel barry
2018-04-30 16:05:24 -07:00
committed by Péter Szilágyi
parent 6f714ed73e
commit 53b823afc8
6 changed files with 194 additions and 209 deletions

View File

@@ -491,7 +491,7 @@ func (self *Swarm) APIs() []rpc.API {
{
Namespace: "chequebook",
Version: chequebook.Version,
Service: chequebook.NewApi(self.config.Swap.Chequebook),
Service: chequebook.NewAPI(self.config.Swap.Chequebook),
Public: false,
},
{