mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-12 10:30:40 +01:00
In this commit, we an existing gap in our rebroadcast handling logic. As is, if we're trying to sweep a transaction and a conflicting transaction is mined (timeout lands on chain, anchor swept), then we'll continue to try to rebroadcast the tx in the background. To resolve this, we give the sweeper a new closure function that it can use to mark conflicted transactions as no longer requiring rebroadcast. |
||
---|---|---|
.. | ||
backend_mock_test.go | ||
bucket_list.go | ||
defaults.go | ||
fee_estimator_mock_test.go | ||
interface.go | ||
log.go | ||
setup_test.go | ||
store.go | ||
store_mock.go | ||
store_test.go | ||
sweeper.go | ||
sweeper_test.go | ||
test_utils.go | ||
tx_input_set.go | ||
tx_input_set_test.go | ||
txgenerator.go | ||
txgenerator_test.go | ||
walletsweep.go | ||
walletsweep_test.go | ||
weight_estimator.go | ||
weight_estimator_test.go |