diff options
author | Kiel barry <kiel.j.barry@gmail.com> | 2018-05-01 07:05:24 +0800 |
---|---|---|
committer | Rafael Matias <rafael@skyle.net> | 2019-02-19 20:18:02 +0800 |
commit | fd34bf594c7aac73530a449130387a0797fd1977 (patch) | |
tree | 2c2389acb064c6716c860e8402216c5ea66fe4e7 /swarm/swarm.go | |
parent | 996230174ce203f328e622b82ffc0b9e0fc1c99b (diff) | |
download | dexon-fd34bf594c7aac73530a449130387a0797fd1977.tar dexon-fd34bf594c7aac73530a449130387a0797fd1977.tar.gz dexon-fd34bf594c7aac73530a449130387a0797fd1977.tar.bz2 dexon-fd34bf594c7aac73530a449130387a0797fd1977.tar.lz dexon-fd34bf594c7aac73530a449130387a0797fd1977.tar.xz dexon-fd34bf594c7aac73530a449130387a0797fd1977.tar.zst dexon-fd34bf594c7aac73530a449130387a0797fd1977.zip |
contracts/*: golint updates for this or self warning
(cherry picked from commit 53b823afc8c24337290ba2e7889c2dde496e9272)
Diffstat (limited to 'swarm/swarm.go')
-rw-r--r-- | swarm/swarm.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/swarm.go b/swarm/swarm.go index cb914d39a..5b0e5f177 100644 --- a/swarm/swarm.go +++ b/swarm/swarm.go @@ -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, }, { |