aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/ethereum/main.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-06 23:58:52 +0800
committerobscuren <geffobscura@gmail.com>2015-03-06 23:58:52 +0800
commited84b58af57809a743e5be6f6ea53c079c50b765 (patch)
treeaf093595e7ae7c4dffd31e50e7dfcb91e2b9fe05 /cmd/ethereum/main.go
parent548e1041718ffc0ee0659f1ff99b37cad38190c0 (diff)
downloadgo-tangerine-ed84b58af57809a743e5be6f6ea53c079c50b765.tar
go-tangerine-ed84b58af57809a743e5be6f6ea53c079c50b765.tar.gz
go-tangerine-ed84b58af57809a743e5be6f6ea53c079c50b765.tar.bz2
go-tangerine-ed84b58af57809a743e5be6f6ea53c079c50b765.tar.lz
go-tangerine-ed84b58af57809a743e5be6f6ea53c079c50b765.tar.xz
go-tangerine-ed84b58af57809a743e5be6f6ea53c079c50b765.tar.zst
go-tangerine-ed84b58af57809a743e5be6f6ea53c079c50b765.zip
Debug option for VM & command line flag
Diffstat (limited to 'cmd/ethereum/main.go')
-rw-r--r--cmd/ethereum/main.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/ethereum/main.go b/cmd/ethereum/main.go
index 1133bd6f7..d9fbabdb7 100644
--- a/cmd/ethereum/main.go
+++ b/cmd/ethereum/main.go
@@ -108,7 +108,8 @@ runtime will execute the file and exit.
utils.RPCEnabledFlag,
utils.RPCListenAddrFlag,
utils.RPCPortFlag,
- utils.VMTypeFlag,
+ utils.VMDebugFlag,
+ //utils.VMTypeFlag,
}
// missing: