quorum/eth/downloader
Felix Lange f1069a30b9 eth/downloader: improve deliverNodeData (#3588)
Commit d3b751e accidentally deleted a crucial 'return' statement,
leading to a crash in case of an issue with node data. This change
improves the fix in PR #3591 by removing the lock entirely.
2017-01-24 13:20:37 +01:00
..
api.go ethereum, ethclient: add SyncProgress API endpoint 2016-09-06 13:41:43 +03:00
downloader.go all: fix spelling errors 2017-01-06 19:44:35 +02:00
downloader_test.go all: fix ineffectual assignments and remove uses of crypto.Sha3 2017-01-09 16:24:42 +01:00
events.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
metrics.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00
modes.go core, eth, trie: fix data races and merge/review issues 2015-10-21 16:49:55 +03:00
peer.go all: gofmt -w -s 2017-01-06 15:52:03 +01:00
queue.go eth/downloader: improve deliverNodeData (#3588) 2017-01-24 13:20:37 +01:00
types.go eth, eth/downloader, eth/fetcher: delete eth/61 code 2016-07-22 13:17:19 +02:00