mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
swarm: read format and comment docs, updated
fixes ethereum/go-ethereum#3444
This commit is contained in:
parent
b520d7caa5
commit
5fb1c2a601
2 changed files with 10 additions and 12 deletions
|
|
@ -76,8 +76,6 @@ var (
|
||||||
SwarmNetworkIdFlag = cli.IntFlag{
|
SwarmNetworkIdFlag = cli.IntFlag{
|
||||||
Name: "bzznetworkid",
|
Name: "bzznetworkid",
|
||||||
Usage: "Network identifier (integer, default 3=swarm testnet)",
|
Usage: "Network identifier (integer, default 3=swarm testnet)",
|
||||||
// defining this here means we can't distinguish if it was passed at cmd line or system default when deciding to use saved values from config
|
|
||||||
//Value: network.NetworkId,
|
|
||||||
}
|
}
|
||||||
SwarmConfigPathFlag = cli.StringFlag{
|
SwarmConfigPathFlag = cli.StringFlag{
|
||||||
Name: "bzzconfig",
|
Name: "bzzconfig",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue