We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aef462 commit 96da2e9Copy full SHA for 96da2e9
cmd/litcli/ln.go
@@ -727,7 +727,7 @@ func addInvoice(ctx *cli.Context) error {
727
ValueMsat: int64(numMSats),
728
DescriptionHash: descHash,
729
FallbackAddr: ctx.String("fallback_addr"),
730
- Expiry: int64(timeoutSeconds),
+ Expiry: int64(ctx.Uint64("expiry")),
731
Private: ctx.Bool("private"),
732
IsAmp: ctx.Bool("amp"),
733
RouteHints: []*lnrpc.RouteHint{
0 commit comments