Skip to content

Commit

Permalink
Remove obsolete comment (ethereum#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb authored Nov 28, 2018
1 parent 4ce492d commit 32e5095
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mobile/geth.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,6 @@ func NewNode(datadir string, config *NodeConfig) (stack *Node, _ error) {
ethConf := eth.DefaultConfig
ethConf.Genesis = genesis

// Once https://github.com/celo-org/geth/pull/62 is landed,
// change the ethConf.SyncMode to downloader.CeloLatestSync.
// It might be better to make this configurable.
ethConf.SyncMode = getSyncMode(config.SyncMode)
ethConf.NetworkId = uint64(config.EthereumNetworkID)
ethConf.DatabaseCache = config.EthereumDatabaseCache
Expand Down

0 comments on commit 32e5095

Please sign in to comment.