Merge remote-tracking branch 'ethereum/conversion' into conversion

This commit is contained in:
Felix Lange
2015-03-18 13:39:01 +01:00
40 changed files with 1367 additions and 661 deletions

View File

@ -163,6 +163,11 @@ var (
Usage: "Port mapping mechanism (any|none|upnp|pmp|extip:<IP>)",
Value: "any",
}
JSpathFlag = cli.StringFlag{
Name: "jspath",
Usage: "JS library path to be used with console and js subcommands",
Value: ".",
}
)
func GetNAT(ctx *cli.Context) nat.Interface {