mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2025-12-17 22:24:21 +01:00
lnrpc: add IsAmp to Invoice
This commit is contained in:
@@ -4824,6 +4824,7 @@ func (r *rpcServer) AddInvoice(ctx context.Context,
|
||||
CltvExpiry: invoice.CltvExpiry,
|
||||
Private: invoice.Private,
|
||||
RouteHints: routeHints,
|
||||
Amp: invoice.IsAmp,
|
||||
}
|
||||
|
||||
if invoice.RPreimage != nil {
|
||||
|
||||
Reference in New Issue
Block a user