aboutsummaryrefslogtreecommitdiffstats
path: root/ethutil/config.go
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/config.go
parent2c46bfde8b65c3df0e7ee26955c0e0bd1ddf8873 (diff)
downloadgo-tangerine-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar
go-tangerine-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.gz
go-tangerine-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.bz2
go-tangerine-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.lz
go-tangerine-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.xz
go-tangerine-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.tar.zst
go-tangerine-04f8c455e2d8585902e2c9f0cfb8717ef74a65ca.zip
Added diff type
Diffstat (limited to 'ethutil/config.go')
-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