mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 05:45:21 +01:00
utxonursery: attempt to republish crib transaction on regraduation
This commit is contained in:
parent
12babb3cea
commit
fb17f3aeb4
@ -730,7 +730,7 @@ func (u *utxoNursery) regraduateClass(classHeight uint32) error {
|
||||
// this height. There is no need to finalize these txns, since the txid
|
||||
// is predetermined when signed in the wallet.
|
||||
for i := range cribOutputs {
|
||||
err = u.registerTimeoutConf(&cribOutputs[i], classHeight)
|
||||
err := u.sweepCribOutput(classHeight, &cribOutputs[i])
|
||||
if err != nil {
|
||||
utxnLog.Errorf("Failed to re-register first-stage "+
|
||||
"HTLC output %v", cribOutputs[i].OutPoint())
|
||||
|
Loading…
Reference in New Issue
Block a user