mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-16 03:54:22 +01:00
Merge pull request #2222 from ErikEk/invoice_show_private
Invoices with --private marked as such on LookupInvoice
This commit is contained in:
@@ -3293,6 +3293,7 @@ func createRPCInvoice(invoice *channeldb.Invoice) (*lnrpc.Invoice, error) {
|
||||
FallbackAddr: fallbackAddr,
|
||||
RouteHints: routeHints,
|
||||
AddIndex: invoice.AddIndex,
|
||||
Private: len(routeHints) > 0,
|
||||
SettleIndex: invoice.SettleIndex,
|
||||
AmtPaidSat: int64(satAmtPaid),
|
||||
AmtPaidMsat: int64(invoice.AmtPaid),
|
||||
|
||||
Reference in New Issue
Block a user