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:
Olaoluwa Osuntokun
2024-11-07 18:28:08 -08:00
committed by Oliver Gugger
parent 83f1c883ba
commit b8035d9db7
4 changed files with 26 additions and 11 deletions

View File

@@ -752,7 +752,7 @@ justiceTxBroadcast:
}
return aux.NotifyBroadcast(
&bumpReq, finalTx.justiceTx, finalTx.fee,
&bumpReq, finalTx.justiceTx, finalTx.fee, nil,
)
})
if err != nil {