mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Imply that SwarmApiFlag is the API endpoint to connect to, not to listen on
This commit is contained in:
parent
3e1cfbae93
commit
718e82e504
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ var (
|
||||||
}
|
}
|
||||||
SwarmApiFlag = cli.StringFlag{
|
SwarmApiFlag = cli.StringFlag{
|
||||||
Name: "bzzapi",
|
Name: "bzzapi",
|
||||||
Usage: "Swarm HTTP endpoint",
|
Usage: "Specifies the Swarm HTTP endpoint to connect to",
|
||||||
Value: "http://127.0.0.1:8500",
|
Value: "http://127.0.0.1:8500",
|
||||||
}
|
}
|
||||||
SwarmRecursiveFlag = cli.BoolFlag{
|
SwarmRecursiveFlag = cli.BoolFlag{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue