lnd.xprv/lnrpc/invoicesrpc
Conner Fromknecht 4bb6cc9cee
lnrpc/addinvoice: bump default LND invoice timeouts
Increases the default MPP expiry from 1 hour to 1 day. For the new AMP
invoices, we increase the interval to 1 month. The longer time frames
for AMP invoices is used so that the invoice can be pseudo reused as
implemented in the prior commit.

The BOLT 11 default of 1 hour is still preserved whenever the field is
missing in the payment request itself, but as of this commit the field
will always be set by lnd.
2021-05-28 09:30:06 -07:00
..
addinvoice.go lnrpc/addinvoice: bump default LND invoice timeouts 2021-05-28 09:30:06 -07:00
config_active.go lnrpc+rpcserver: thread GenAmpInvoiceFeatures to invoicesrpc 2021-05-10 16:55:17 -07:00
config_default.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
driver.go lnrpc: wrap subservers in GrpcHandler 2021-03-11 13:05:23 +01:00
invoices_server.go lnrpc+rpcserver: thread GenAmpInvoiceFeatures to invoicesrpc 2021-05-10 16:55:17 -07:00
invoices.pb.go mod: integrate latest btcwallet and bump protobuf and grpc 2021-05-04 17:33:09 +02:00
invoices.pb.gw.go lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
invoices.proto lnrpc: extract or add REST annotations to yaml 2020-06-04 08:50:00 +02:00
invoices.swagger.json lnrpc: add IsAmp to Invoice 2021-05-10 16:55:17 -07:00
log.go invoicesrpc: create sub server 2019-02-01 09:42:35 +01:00
utils.go lnrpc: add IsAmp to Invoice 2021-05-10 16:55:17 -07:00