• 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 Loading commit data...
fetcher Loading commit data...
filters Loading commit data...
backend.go Loading commit data...
backend_test.go Loading commit data...
cpu_mining.go Loading commit data...
gasprice.go Loading commit data...
gpu_mining.go Loading commit data...
handler.go Loading commit data...
handler_test.go Loading commit data...
helper_test.go Loading commit data...
metrics.go Loading commit data...
peer.go Loading commit data...
protocol.go Loading commit data...
protocol_test.go Loading commit data...
sync.go Loading commit data...
sync_test.go Loading commit data...