cmd/utils, internal/web3ext: removed httpGet

This commit is contained in:
Jeffrey Wilcke
2016-11-25 12:31:06 +01:00
parent b8c766a9c5
commit 6cc87a31c6
2 changed files with 1 additions and 6 deletions

View File

@ -373,7 +373,7 @@ var (
// ATM the url is left to the user and deployment to
JSpathFlag = cli.StringFlag{
Name: "jspath",
Usage: "JavaScript root path for `loadScript` and document root for `admin.httpGet`",
Usage: "JavaScript root path for `loadScript`",
Value: ".",
}
SolcPathFlag = cli.StringFlag{