contracts/*: golint updates for this or self warning

This commit is contained in:
Kiel barry
2019-02-07 13:15:14 +02:00
committed by Péter Szilágyi
parent 6f714ed73e
commit 53b823afc8
6 changed files with 194 additions and 209 deletions
+1 -1
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,
},
{