• F
    eth: enable bad block reports · ca18202e
    Felix Lange 提交于
    We used to have reporting of bad blocks, but it was disabled
    before the Frontier release. We need it back because users
    are usually unable to provide the full RLP data of a bad
    block when it occurs.
    
    A shortcoming of this particular implementation is that the
    origin peer is not tracked for blocks received during eth/63
    sync. No origin peer info is still better than no report at
    all though.
    ca18202e
main.go 14.9 KB