Use `async_trait` in sc-consensus-slots (#8461)
* 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`.
* slots: remove mutex around BlockImport in SlotWorker
Co-authored-by: André Silva <[email protected]>
parent
ff5765ea
Please register or sign in to comment