• Felix Lange's avatar
    eth/downloader: also drain stateCh, receiptCh in eth/61 mode · b7b62d4b
    Felix Lange authored
    State and receipt deliveries from a previous eth/62+ sync can hang if
    the downloader has moved on to syncing with eth/61. Fix this by also
    draining the eth/63 channels while waiting for eth/61 data.
    
    A nicer solution would be to take care of the channels in a central
    place, but that would involve a major rewrite.
    b7b62d4b
Name
Last commit
Last update
..
downloader.go Loading commit data...
downloader_test.go Loading commit data...
events.go Loading commit data...
metrics.go Loading commit data...
modes.go Loading commit data...
peer.go Loading commit data...
queue.go Loading commit data...
types.go Loading commit data...