Skip to content

Commit 32e5095

Browse files
authored
Remove obsolete comment (ethereum#98)
1 parent 4ce492d commit 32e5095

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mobile/geth.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,9 +172,6 @@ func NewNode(datadir string, config *NodeConfig) (stack *Node, _ error) {
172172
ethConf := eth.DefaultConfig
173173
ethConf.Genesis = genesis
174174

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

0 commit comments

Comments
 (0)