mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 16:47:22 +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
|
||||
Debug bool
|
||||
Diff bool
|
||||
DiffType string
|
||||
Paranoia bool
|
||||
|
||||
conf *globalconf.GlobalConf
|
||||
|
|
|
|||
Loading…
Reference in a new issue