mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
fix lint error
This commit is contained in:
parent
25964a1a60
commit
e5cc4baff7
1 changed files with 3 additions and 3 deletions
|
|
@ -520,9 +520,9 @@ func (self *Swarm) APIs() []rpc.API {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Namespace: "account",
|
Namespace: "account",
|
||||||
Version: protocols.AccountingVersion,
|
Version: protocols.AccountingVersion,
|
||||||
Service: protocols.NewAccountingApi(self.accountingMetrics),
|
Service: protocols.NewAccountingApi(self.accountingMetrics),
|
||||||
Public: false,
|
Public: false,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue