Skip to content

Commit 390bda4

Browse files
committed
poller: remove the TODO related to the feebumping wallet
1 parent 0062022 commit 390bda4

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

src/poller.rs

+1-12
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ fn new_block(
496496
// Update the fee-bumping reserves estimates
497497
// TODO
498498

499-
// Any vault to forget and feebump coins to unregister?
499+
// Any vault to forget about?
500500
// TODO
501501

502502
// Any Unvault txo confirmed?
@@ -529,17 +529,6 @@ fn new_block(
529529
revaulted_attempts,
530530
};
531531

532-
// Any coin received on the FB wallet?
533-
// TODO
534-
535-
// Any FB coin to be registered for consolidation?
536-
// TODO
537-
538-
// Any consolidation to be processed given the current fee market?
539-
// TODO
540-
541-
// Should the tip have moved under our feet while we cached the updates, we'd have errored by
542-
// now. So now it's safe to poll the plugins and update the DB.
543532
let outpoints_to_revault = get_vaults_to_revault(
544533
db_path,
545534
secp,

0 commit comments

Comments
 (0)