mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
build: bump tapd to v0.6.1 and lnd to v0.19.2-beta
This commit is contained in:
parent
26b38cf874
commit
31f996cb37
5 changed files with 27 additions and 27 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue