contracts/*: golint updates for this or self warning

(cherry picked from commit 53b823afc8)
This commit is contained in:
Kiel barry
2018-04-30 16:05:24 -07:00
committed by Rafael Matias
parent 996230174c
commit fd34bf594c
6 changed files with 194 additions and 209 deletions

View File

@ -502,7 +502,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,
},
{