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 073a389 commit 500412aCopy full SHA for 500412a
lightning-transaction-sync/src/esplora.rs
@@ -368,8 +368,9 @@ impl FilterQueue {
368
}
369
370
371
- // Processes the transaction and output queues, returns `true` if new items had been
372
- // registered.
+ // Processes the transaction and output queues and adds them to the given [`SyncState`].
+ //
373
+ // Returns `true` if new items had been registered.
374
fn process_queues(&mut self, sync_state: &mut SyncState) -> bool {
375
let mut pending_registrations = false;
376
0 commit comments