Skip to content

Commit

Permalink
fix: log message
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Feb 12, 2024
1 parent a9141e5 commit 0b0d01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nursery/swap.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func (nursery *Nursery) handleSwapStatus(swap *database.Swap, status boltz.SwapS
paid, err := nursery.lightning.CheckInvoicePaid(decodedInvoice.PaymentHash[:])

if err != nil {
handleError("Could not get invoice information from LND: " + err.Error())
handleError("Could not get invoice information from lightning node: " + err.Error())
return
}

Expand Down

0 comments on commit 0b0d01e

Please sign in to comment.