mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
cmd/bzzd: correct default IPC modules in help string
This commit is contained in:
parent
62279e46f4
commit
5ea374f45c
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ func init() {
|
||||||
// Override flag defaults so bzzd can run alongside geth.
|
// Override flag defaults so bzzd can run alongside geth.
|
||||||
utils.ListenPortFlag.Value = 30399
|
utils.ListenPortFlag.Value = 30399
|
||||||
utils.IPCPathFlag.Value = utils.DirectoryString{Value: "bzzd.ipc"}
|
utils.IPCPathFlag.Value = utils.DirectoryString{Value: "bzzd.ipc"}
|
||||||
|
utils.IPCApiFlag.Value = "admin, bzz, chequebook, debug, rpc, web3"
|
||||||
|
|
||||||
// Set up the cli app.
|
// Set up the cli app.
|
||||||
app.Commands = nil
|
app.Commands = nil
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue