mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
Merge d4b7b1d110 into 9aca9e6deb
This commit is contained in:
commit
2375349263
1 changed files with 8 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue