forked from forks/go-ethereum
Etherbase => etherbase
This commit is contained in:
parent
86c43d97bc
commit
eb102bf4bb
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ var (
|
||||||
Usage: "Enable mining",
|
Usage: "Enable mining",
|
||||||
}
|
}
|
||||||
EtherbaseFlag = cli.StringFlag{
|
EtherbaseFlag = cli.StringFlag{
|
||||||
Name: "Etherbase",
|
Name: "etherbase",
|
||||||
Usage: "public address for block mining rewards. By default the address of your primary account is used",
|
Usage: "public address for block mining rewards. By default the address of your primary account is used",
|
||||||
Value: "primary",
|
Value: "primary",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue