refactored old rpc structure to new

This commit is contained in:
Bas van Kervel
2015-06-16 13:30:53 +02:00
parent fd764d4ff7
commit 5c25403b13
3 changed files with 20 additions and 4 deletions

View File

@ -20,6 +20,10 @@ const (
)
var (
DefaultHttpRpcApis = strings.Join([]string{
EthApiName, NetApiName, Web3ApiName,
}, ",")
// List with all API's which are offered over the IPC interface by default
DefaultIpcApis = strings.Join([]string{
AdminApiName, EthApiName, DebugApiName, MinerApiName, NetApiName,