aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-07-14 06:37:50 +0800
committerobscuren <geffobscura@gmail.com>2014-07-14 06:37:50 +0800
commit04f8c455e2d8585902e2c9f0cfb8717ef74a65ca (patch)
treec548f33450355898e68aa977f34fd1b890943041 /ethutil
parent2c46bfde8b65c3df0e7ee26955c0e0bd1ddf8873 (diff)
downloaddexon-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar
dexon-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.gz
dexon-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.bz2
dexon-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.lz
dexon-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.xz
dexon-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.zst
dexon-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.zip
Added diff type
Diffstat (limited to 'ethutil')
-rw-r--r--ethutil/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ethutil/config.go b/ethutil/config.go
index 2f3d706fe..41bece21d 100644
--- a/ethutil/config.go
+++ b/ethutil/config.go
@@ -14,6 +14,7 @@ type ConfigManager struct {
ExecPath string
Debug bool
Diff bool
+ DiffType string
Paranoia bool
conf *globalconf.GlobalConf