build: bump tapd to v0.6.1 and lnd to v0.19.2-beta

This commit is contained in:
Andras Banki-Horvath 2025-07-16 18:53:57 +02:00
parent 26b38cf874
commit 31f996cb37
No known key found for this signature in database
GPG key ID: 80E5375C094198D8
5 changed files with 27 additions and 27 deletions

View file

@ -51,8 +51,9 @@ type ConfRegistration struct {
}
func (c *mockChainNotifier) RegisterSpendNtfn(ctx context.Context,
outpoint *wire.OutPoint, pkScript []byte, heightHint int32) (
chan *chainntnfs.SpendDetail, chan error, error) {
outpoint *wire.OutPoint, pkScript []byte, heightHint int32,
_ ...lndclient.NotifierOption) (chan *chainntnfs.SpendDetail,
chan error, error) {
spendChan0 := make(chan *chainntnfs.SpendDetail)
spendErrChan := make(chan error, 1)