diff options
author | Bas van Kervel <bas@ethdev.com> | 2015-06-16 19:30:53 +0800 |
---|---|---|
committer | Bas van Kervel <bas@ethdev.com> | 2015-06-22 14:54:21 +0800 |
commit | 5c25403b13a698267230f859e822a7f714082198 (patch) | |
tree | e1c06257da1f318a331990165723c1f05447c117 /cmd/geth | |
parent | fd764d4ff7bd7e75dfdd7f733f50dd3805d4b3f2 (diff) | |
download | go-tangerine-5c25403b13a698267230f859e822a7f714082198.tar.gz go-tangerine-5c25403b13a698267230f859e822a7f714082198.tar.zst go-tangerine-5c25403b13a698267230f859e822a7f714082198.zip |
refactored old rpc structure to new
Diffstat (limited to 'cmd/geth')
-rw-r--r-- | cmd/geth/main.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go index 89aae43e5..43e45f6cc 100644 --- a/cmd/geth/main.go +++ b/cmd/geth/main.go @@ -239,6 +239,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso utils.RPCEnabledFlag, utils.RPCListenAddrFlag, utils.RPCPortFlag, + utils.RpcApiFlag, utils.IPCDisabledFlag, utils.IPCApiFlag, utils.IPCPathFlag, |