File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -496,7 +496,7 @@ fn new_block(
496
496
// Update the fee-bumping reserves estimates
497
497
// TODO
498
498
499
- // Any vault to forget and feebump coins to unregister ?
499
+ // Any vault to forget about ?
500
500
// TODO
501
501
502
502
// Any Unvault txo confirmed?
@@ -529,17 +529,6 @@ fn new_block(
529
529
revaulted_attempts,
530
530
} ;
531
531
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.
543
532
let outpoints_to_revault = get_vaults_to_revault (
544
533
db_path,
545
534
secp,
You can’t perform that action at this time.
0 commit comments