We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8081006 commit 8d190baCopy full SHA for 8d190ba
src/blockchain/electrum.rs
@@ -168,7 +168,7 @@ impl WalletSync for ElectrumBlockchain {
168
let needs_block_height = conftime_req
169
.request()
170
.filter_map(|txid| txid_to_height.get(txid).cloned())
171
- .filter(|height| block_times.contains_key(height))
+ .filter(|height| !block_times.contains_key(height))
172
.take(chunk_size)
173
.collect::<HashSet<u32>>();
174
0 commit comments