mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(clippy): make clippy happy (#1710)
This commit is contained in:
@ -137,7 +137,7 @@ impl Command {
|
||||
};
|
||||
let (_, result) = (move || {
|
||||
let client = fetch_client.clone();
|
||||
async move { client.get_block_bodies(vec![hash]).await }
|
||||
client.get_block_bodies(vec![hash])
|
||||
})
|
||||
.retry(&backoff)
|
||||
.notify(|err, _| println!("Error requesting block: {err}. Retrying..."))
|
||||
|
||||
Reference in New Issue
Block a user