Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Use async_trait in sc-consensus-slots #8461

Merged
merged 2 commits into from
Mar 27, 2021
Merged

Use async_trait in sc-consensus-slots #8461

merged 2 commits into from
Mar 27, 2021

Commits on Mar 26, 2021

  1. Use async_trait in sc-consensus-slots

    This makes the code a little bit easier to read and also expresses that
    there can always only be one call at a time to `on_slot`.
    bkchr committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    56d92e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2021

  1. Configuration menu
    Copy the full SHA
    a35415d View commit details
    Browse the repository at this point in the history