• Davide Galassi's avatar
    Babe epoch newtype (#1596) · c7dbfc21
    Davide Galassi authored
    Removal of verbatim duplication of BABE's `Epoch` struct in the client.
    
    I think is better to have one single definition and wrap the primitive
    `Epoch` in a newtype (required because we need to implement the `Epoch`
    trait).
    c7dbfc21