mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-24 18:44:08 +02:00
sweep: expand NotifyBroadcast to include an outpoint index
In this commit, we expand the `NotifyBroadcast` to include an outpoint index. This is useful as it indicates the index of a given required tx out input.
This commit is contained in:
committed by
Oliver Gugger
parent
83f1c883ba
commit
b8035d9db7
@@ -752,7 +752,7 @@ justiceTxBroadcast:
|
||||
}
|
||||
|
||||
return aux.NotifyBroadcast(
|
||||
&bumpReq, finalTx.justiceTx, finalTx.fee,
|
||||
&bumpReq, finalTx.justiceTx, finalTx.fee, nil,
|
||||
)
|
||||
})
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user