mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
multi: bump lnd compile time dependency to v0.18.4-beta
This commit is contained in:
parent
b1719de5b9
commit
93525d3edf
13 changed files with 102 additions and 54 deletions
|
|
@ -886,11 +886,11 @@ func testFailedOffChainCancelation(t *testing.T) {
|
|||
swap.LoopOutContract.SwapInvoice, lnd.ChainParams,
|
||||
)
|
||||
require.NoError(t, err)
|
||||
require.NotNil(t, invoice.PaymentAddr)
|
||||
|
||||
payAddr := invoice.PaymentAddr.UnwrapOrFail(t)
|
||||
swapCancelation := &outCancelDetails{
|
||||
hash: swap.hash,
|
||||
paymentAddr: *invoice.PaymentAddr,
|
||||
paymentAddr: payAddr,
|
||||
metadata: routeCancelMetadata{
|
||||
paymentType: paymentTypeInvoice,
|
||||
failureReason: failUpdate.FailureReason,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue