diff options
author | obscuren <geffobscura@gmail.com> | 2014-07-11 22:04:09 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-07-11 22:04:09 +0800 |
commit | 9010857677ac374e09bab62a89f2fb52c11ed6d3 (patch) | |
tree | 41c047472589f281fe83b333b24d96988dbc46f8 /ethutil | |
parent | ff151f9fbcfea2d21139ec778fc7c1ac32282d71 (diff) | |
download | dexon-9010857677ac374e09bab62a89f2fb52c11ed6d3.tar.gz dexon-9010857677ac374e09bab62a89f2fb52c11ed6d3.tar.zst dexon-9010857677ac374e09bab62a89f2fb52c11ed6d3.zip |
Special diff output for execution
Diffstat (limited to 'ethutil')
-rw-r--r-- | ethutil/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ethutil/config.go b/ethutil/config.go index c9b86100b..2f3d706fe 100644 --- a/ethutil/config.go +++ b/ethutil/config.go @@ -13,6 +13,7 @@ type ConfigManager struct { ExecPath string Debug bool + Diff bool Paranoia bool conf *globalconf.GlobalConf |