• O
    eth: added a cancel method for the downloader · 05715f27
    obscuren 提交于
    Added a cancel method to the downloader which gracefully shuts down any
    active syncing process (hash fetching or block downloading) and resets
    the queue and remove any pending blocks.
    
    Issue with the downloader which would stall because of an active ongoing
    process when an invalid block was found.
    05715f27
downloader_test.go 6.9 KB