aboutsummaryrefslogtreecommitdiffstats
path: root/rpc/api/api.go
diff options
context:
space:
mode:
authorBas van Kervel <basvankervel@ziggo.nl>2015-06-08 18:43:58 +0800
committerBas van Kervel <basvankervel@gmail.com>2015-06-11 20:17:27 +0800
commit1b59f890955c3658516daa958d0e4732004a78b7 (patch)
tree0c9e4feb630f89e07cd1b2fe2be0c26c4894ba16 /rpc/api/api.go
parentbbfa0a3dcb82e704828d1438261ff26c50c4ccc3 (diff)
downloadgo-tangerine-1b59f890955c3658516daa958d0e4732004a78b7.tar.gz
go-tangerine-1b59f890955c3658516daa958d0e4732004a78b7.tar.zst
go-tangerine-1b59f890955c3658516daa958d0e4732004a78b7.zip
added console command
Diffstat (limited to 'rpc/api/api.go')
-rw-r--r--rpc/api/api.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/rpc/api/api.go b/rpc/api/api.go
index f62e48772..e431e5c1e 100644
--- a/rpc/api/api.go
+++ b/rpc/api/api.go
@@ -27,11 +27,6 @@ var (
}, ",")
)
-const (
- // List with all API's which are offered over the IPC interface by default
- DefaultIpcApis = "eth"
-)
-
// Ethereum RPC API interface
type EthereumApi interface {
// API identifier