swarm: Debug API and HasChunks() API endpoint (#18980)
(cherry picked from commit 41597c2856
)
This commit is contained in:
committed by
Rafael Matias
parent
637a75d61a
commit
d1ace4f344
@ -485,7 +485,7 @@ func (self *Swarm) APIs() []rpc.API {
|
||||
{
|
||||
Namespace: "bzz",
|
||||
Version: "3.0",
|
||||
Service: api.NewControl(self.api, self.bzz.Hive),
|
||||
Service: api.NewInspector(self.api, self.bzz.Hive, self.netStore),
|
||||
Public: false,
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user