aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-04-21 00:08:14 +0800
committerobscuren <geffobscura@gmail.com>2015-04-21 00:08:14 +0800
commit36ec42e50c9367e86621ff58b8e3d835abbbad79 (patch)
tree94c9d0a98b625ca5a8be59f5b780fd3bd54254c7 /cmd/geth/main.go
parent76025cc4245f0abc0749f4d1e433be865107bf24 (diff)
parent093a9106b093310acf4c3911baa61916cff52ab8 (diff)
downloadgo-tangerine-36ec42e50c9367e86621ff58b8e3d835abbbad79.tar
go-tangerine-36ec42e50c9367e86621ff58b8e3d835abbbad79.tar.gz
go-tangerine-36ec42e50c9367e86621ff58b8e3d835abbbad79.tar.bz2
go-tangerine-36ec42e50c9367e86621ff58b8e3d835abbbad79.tar.lz
go-tangerine-36ec42e50c9367e86621ff58b8e3d835abbbad79.tar.xz
go-tangerine-36ec42e50c9367e86621ff58b8e3d835abbbad79.tar.zst
go-tangerine-36ec42e50c9367e86621ff58b8e3d835abbbad79.zip
Merge branch 'frontier/natspec' of https://github.com/ethersphere/go-ethereum into ethersphere-frontier/natspec
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 fa6a93b78..97d358407 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,