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 7c21c62 commit d3e9d27Copy full SHA for d3e9d27
cmd/litcli/ln.go
@@ -374,6 +374,18 @@ var sendPaymentCommand = cli.Command{
374
Name: "force, f",
375
Usage: "will skip payment request confirmation",
376
},
377
+ cli.BoolFlag{
378
+ Name: "allow_self_payment",
379
+ Usage: "allow sending a circular payment to self",
380
+ },
381
+ cli.StringFlag{
382
+ Name: "data",
383
+ Usage: "attach custom data to the payment. The " +
384
+ "required format is: <record_id>=<hex_value>," +
385
+ "<record_id>=<hex_value>,.. For example: " +
386
+ "--data 3438382=0a21ff. Custom record ids " +
387
+ "start from 65536.",
388
389
cli.UintFlag{
390
Name: "max_parts",
391
Usage: "the maximum number of partial payments that " +
0 commit comments