Fixed: faucet now accepts HTTPEnabledFlag

(cherry picked from commit b6545a0)
This commit is contained in:
Ivan Tomilov 2017-08-17 15:57:25 +07:00
parent e6e05aff01
commit 278b231efa
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ var (
Usage: "Starts faucet node (light node used by faucet service to request Ether)",
Flags: []cli.Flag{
HTTPPortFlag,
HTTPEnabledFlag,
},
}
)