mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
Typo + some clippy stuff (unnecessary clone/to_string/refs) + fmt (#1437)
This commit is contained in:
@@ -218,9 +218,9 @@ where
|
||||
min: relay_chain_slot_duration * 25,
|
||||
max: relay_chain_slot_duration * 50,
|
||||
},
|
||||
client.clone(),
|
||||
client,
|
||||
import_queue,
|
||||
relay_chain_interface.clone(),
|
||||
relay_chain_interface,
|
||||
para_id,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user