Fixed: faucet now accepts HTTPEnabledFlag
(cherry picked from commit b6545a0)
This commit is contained in:
parent
e6e05aff01
commit
278b231efa
|
@ -14,6 +14,7 @@ var (
|
|||
Usage: "Starts faucet node (light node used by faucet service to request Ether)",
|
||||
Flags: []cli.Flag{
|
||||
HTTPPortFlag,
|
||||
HTTPEnabledFlag,
|
||||
},
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue