mirror of
https://github.com/romanz/electrs.git
synced 2026-08-13 12:32:52 +02:00
Fix clippy comment
This commit is contained in:
parent
414dc90e21
commit
bad9dfdc88
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ impl MempoolSyncUpdate {
|
|||
);
|
||||
let chunk_entries: Vec<Entry> = txids_chunk
|
||||
.iter()
|
||||
.zip(entries.into_iter().zip(txs.into_iter()))
|
||||
.zip(entries.into_iter().zip(txs))
|
||||
.filter_map(|(txid, (entry, tx))| {
|
||||
let entry = match entry {
|
||||
Some(entry) => entry,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue