mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
eth: gofmt
This commit is contained in:
parent
d2a8cc62ad
commit
e776707c82
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ type Config struct {
|
||||||
// zero, the chain ID is used as network ID.
|
// zero, the chain ID is used as network ID.
|
||||||
NetworkId uint64
|
NetworkId uint64
|
||||||
|
|
||||||
SyncMode downloader.SyncMode
|
SyncMode downloader.SyncMode
|
||||||
|
|
||||||
NoPruning bool // Whether to disable pruning and flush everything to disk
|
NoPruning bool // Whether to disable pruning and flush everything to disk
|
||||||
NoPrefetch bool // Whether to disable prefetching and only load state on demand
|
NoPrefetch bool // Whether to disable prefetching and only load state on demand
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue