diff options
author | Bas van Kervel <basvankervel@ziggo.nl> | 2015-06-08 18:43:58 +0800 |
---|---|---|
committer | Bas van Kervel <basvankervel@gmail.com> | 2015-06-11 20:17:27 +0800 |
commit | 1b59f890955c3658516daa958d0e4732004a78b7 (patch) | |
tree | 0c9e4feb630f89e07cd1b2fe2be0c26c4894ba16 /rpc/api/api.go | |
parent | bbfa0a3dcb82e704828d1438261ff26c50c4ccc3 (diff) | |
download | go-tangerine-1b59f890955c3658516daa958d0e4732004a78b7.tar go-tangerine-1b59f890955c3658516daa958d0e4732004a78b7.tar.gz go-tangerine-1b59f890955c3658516daa958d0e4732004a78b7.tar.bz2 go-tangerine-1b59f890955c3658516daa958d0e4732004a78b7.tar.lz go-tangerine-1b59f890955c3658516daa958d0e4732004a78b7.tar.xz 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.go | 5 |
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 |