mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-29 18:10:48 +02: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