diff options
Diffstat (limited to 'mobile/geth.go')
-rw-r--r-- | mobile/geth.go | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mobile/geth.go b/mobile/geth.go index fba3e5711..edcbfdbdb 100644 --- a/mobile/geth.go +++ b/mobile/geth.go @@ -76,9 +76,6 @@ type NodeConfig struct { // Listening address of pprof server. PprofAddress string - - // Ultra Light client options - ULC *eth.ULCConfig } // defaultNodeConfig contains the default node configuration values to use if all |