var (
    RemotePeerFailError  = fmt.Errorf("remote peer return error")
    PeerNotFoundError    = fmt.Errorf("remote peer was not found")
    MissingHashError     = fmt.Errorf("some block hash not found")
    UnexpectedBlockError = fmt.Errorf("unexpected blocks response")