Patch for concurrent iterator & others (onto v1.11.6) #386

Closed
roysc wants to merge 1565 commits from v1.11.6-statediff-v5 into master
Showing only changes of commit b3a1fda650 - Show all commits

View File

@ -675,10 +675,10 @@ var (
}
// ATM the url is left to the user and deployment to
JSpathFlag = cli.StringFlag{
JSpathFlag = DirectoryFlag{
Name: "jspath",
Usage: "JavaScript root path for `loadScript`",
Value: ".",
Value: DirectoryString("."),
}
// Gas price oracle settings