This commit is contained in:
Age Manning 2017-04-06 14:20:51 +00:00 committed by GitHub
commit 2375349263

View file

@ -254,12 +254,19 @@ func (self *Swarm) APIs() []rpc.API {
Service: &Info{self.config, chequebook.ContractParams},
Public: true,
},
{
Namespace: "bzz",
Version: "0.1",
Service: self.dns,
Public: true,
},
// admin APIs
{
Namespace: "bzz",
Version: "0.1",
Service: api.NewFileSystem(self.api),
Public: false},
Public: false,
},
{
Namespace: "bzz",
Version: "0.1",