mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
mod: bump LND and lndclient to include musig2 1.0rc2 changes
This commit bumps LND and lndclient to make it possible to upgrade taproot HTLC construction with a MuSig2 version. This is required to support both old (MuSig2 0.4) and new (MuSig2 1.0) clients.
This commit is contained in:
parent
d5336adbeb
commit
a7451622e5
14 changed files with 266 additions and 106 deletions
|
|
@ -11,7 +11,7 @@ import (
|
|||
"github.com/lightninglabs/lndclient"
|
||||
"github.com/lightninglabs/loop/loopdb"
|
||||
"github.com/lightninglabs/loop/test"
|
||||
"github.com/lightningnetwork/lnd/channeldb"
|
||||
invpkg "github.com/lightningnetwork/lnd/invoices"
|
||||
"github.com/lightningnetwork/lnd/lntypes"
|
||||
"github.com/lightningnetwork/lnd/lnwire"
|
||||
"github.com/lightningnetwork/lnd/routing/route"
|
||||
|
|
@ -170,7 +170,7 @@ func (s *serverMock) NewLoopInSwap(_ context.Context, swapHash lntypes.Hash,
|
|||
// cancel the probe payment.
|
||||
probeSub := <-s.lnd.SingleInvoiceSubcribeChannel
|
||||
probeSub.Update <- lndclient.InvoiceUpdate{
|
||||
State: channeldb.ContractAccepted,
|
||||
State: invpkg.ContractAccepted,
|
||||
}
|
||||
<-s.lnd.FailInvoiceChannel
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue