diff options
Diffstat (limited to 'eth/config.go')
-rw-r--r-- | eth/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/config.go b/eth/config.go index 7049940d3..a09ca76f3 100644 --- a/eth/config.go +++ b/eth/config.go @@ -72,7 +72,7 @@ type Config struct { Genesis *core.Genesis `toml:",omitempty"` // Protocol options - NetworkId int // Network ID to use for selecting peers to connect to + NetworkId uint64 // Network ID to use for selecting peers to connect to SyncMode downloader.SyncMode // Light client options |