mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 08:41:02 +00:00
fixes for nightly clippy (#1618)
This commit is contained in:
committed by
Bastian Köcher
parent
9592b55fea
commit
f58e076ca2
@@ -220,7 +220,7 @@ impl<Tracker: TransactionTracker, Number: Debug + PartialOrd> Transaction<Tracke
|
||||
target_client
|
||||
.best_finalized_source_block_id()
|
||||
.await
|
||||
.map_err(|e| format!("failed to read best block from target node: {:?}", e))
|
||||
.map_err(|e| format!("failed to read best block from target node: {e:?}"))
|
||||
.and_then(|best_id_at_target| {
|
||||
if self.submitted_header_number > best_id_at_target.0 {
|
||||
return Err(format!(
|
||||
|
||||
Reference in New Issue
Block a user