Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiidb committed Sep 4, 2023
1 parent ff748b5 commit 2ff9c34
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ func (mlnd *MockLND) mockPaidInvoice(amtPaid int64, memo string) error {
AmtPaidSat: amtPaid,
AmtPaidMsat: 1000 * amtPaid,
State: lnrpc.Invoice_SETTLED,
Htlcs: []*lnrpc.InvoiceHTLC{},
}
mlnd.Sub.invoiceChan <- incoming
return nil
Expand Down

0 comments on commit 2ff9c34

Please sign in to comment.