mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-11 02:26:38 +00:00
Added diff type
This commit is contained in:
parent
2c46bfde8b
commit
04f8c455e2
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ type ConfigManager struct {
|
||||||
ExecPath string
|
ExecPath string
|
||||||
Debug bool
|
Debug bool
|
||||||
Diff bool
|
Diff bool
|
||||||
|
DiffType string
|
||||||
Paranoia bool
|
Paranoia bool
|
||||||
|
|
||||||
conf *globalconf.GlobalConf
|
conf *globalconf.GlobalConf
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue