mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 04:11:07 +00:00
Remove unnecessary mut reference in handle_justification (#9968)
This commit is contained in:
@@ -74,7 +74,7 @@ impl ImportResult {
|
||||
&self,
|
||||
hash: &B::Hash,
|
||||
number: NumberFor<B>,
|
||||
justification_sync_link: &mut dyn JustificationSyncLink<B>,
|
||||
justification_sync_link: &dyn JustificationSyncLink<B>,
|
||||
) where
|
||||
B: BlockT,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user