Make `OutputSweeper::track_spendable_outputs` fallible
authorElias Rohrer <dev@tnull.de>
Wed, 24 Apr 2024 07:30:16 +0000 (09:30 +0200)
committerElias Rohrer <dev@tnull.de>
Wed, 24 Apr 2024 07:46:34 +0000 (09:46 +0200)
commitafb452a813c9581b4a8860142d5fd1f5fbab22d3
tree26893b5be2318b984e5befb8f17fe39d67a8878b
parent0e22b1245af2ddd5b226d989801d5427053dd9ed
Make `OutputSweeper::track_spendable_outputs` fallible

.. as otherwise we might only log an error and continue if we fail to
persist the sweeper state.
lightning-background-processor/src/lib.rs
lightning/src/util/sweep.rs