Skip to content
Snippets Groups Projects
user avatar
Nazar Mokrynskyi authored
There was no need for it to be `&mut self` since block import can happen
concurrently for different blocks and in many cases it was `&mut Arc<dyn
BlockImport>` anyway :man_shrugging:

Similar in nature to
https://github.com/paritytech/polkadot-sdk/pull/4844
feac7a52
Name Last commit Last update
..