Skip to content

Commit 500412a

Browse files
committed
f Clarify docs
1 parent 073a389 commit 500412a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lightning-transaction-sync/src/esplora.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,9 @@ impl FilterQueue {
368368
}
369369
}
370370

371-
// Processes the transaction and output queues, returns `true` if new items had been
372-
// registered.
371+
// Processes the transaction and output queues and adds them to the given [`SyncState`].
372+
//
373+
// Returns `true` if new items had been registered.
373374
fn process_queues(&mut self, sync_state: &mut SyncState) -> bool {
374375
let mut pending_registrations = false;
375376

0 commit comments

Comments
 (0)