aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorzsfelfoldi <zsfelfoldi@gmail.com>2015-04-08 19:22:31 +0800
committerzelig <viktor.tron@gmail.com>2015-04-20 03:57:49 +0800
commitc4b7d4d3f77160fba1ab3d8366cb2657a90e2282 (patch)
tree34f15cad05c00f2ab60f8e0084a1a869030b9a13 /cmd/geth/main.go
parentb46e15217131e4ebe64e1ee55594c3ab0620395c (diff)
downloaddexon-c4b7d4d3f77160fba1ab3d8366cb2657a90e2282.tar
dexon-c4b7d4d3f77160fba1ab3d8366cb2657a90e2282.tar.gz
dexon-c4b7d4d3f77160fba1ab3d8366cb2657a90e2282.tar.bz2
dexon-c4b7d4d3f77160fba1ab3d8366cb2657a90e2282.tar.lz
dexon-c4b7d4d3f77160fba1ab3d8366cb2657a90e2282.tar.xz
dexon-c4b7d4d3f77160fba1ab3d8366cb2657a90e2282.tar.zst
dexon-c4b7d4d3f77160fba1ab3d8366cb2657a90e2282.zip
NatSpec cli option, resolver tests passing
Diffstat (limited to 'cmd/geth/main.go')
-rw-r--r--cmd/geth/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/geth/main.go b/cmd/geth/main.go
index dab167bbb..5b523da3e 100644
--- a/cmd/geth/main.go
+++ b/cmd/geth/main.go
@@ -231,6 +231,7 @@ JavaScript API. See https://github.com/ethereum/go-ethereum/wiki/Javascipt-Conso
utils.MinerThreadsFlag,
utils.MiningEnabledFlag,
utils.NATFlag,
+ utils.NatspecEnabledFlag,
utils.NodeKeyFileFlag,
utils.NodeKeyHexFlag,
utils.RPCEnabledFlag,