Wladimir J. van der Laan
634f19a7b2
doc: Regenerate man-pages after spelling corrections
6 years ago
Christian Decker
55d450ff00
pay: Exempt a fee from the maxfeepercent rule it is still tiny
Several users have noticed that they cannot pay satoshis.place or similar places
that have tiny payment amounts if they are not directly connected. This is due
to the forwarding fee dominating the transferred amount.
This commit adds a new option, exempting tiny fees (up to 5 satoshis by default)
from having to pass the maxfeepercent flag. While we could have told users to
tweak maxfeepercent I think it is usefull to have a default exemption.
[Squashed --RR]
7 years ago
Felix
52c243852e
documentation: s/Protocol/Command/
7 years ago
ZmnSCPxj
26f7014813
payalgo: Add maximum delay.
Fixes : #1086
7 years ago
ZmnSCPxj
7443bf5ed5
doc: Update for latest 'pay' command.
7 years ago
ZmnSCPxj
6c9d81ef42
payalgo: Remove reporting PAY_TRY_ANOTHER_ROUTE and PAY_UNPARSEABLE_ONION.
These error codes will cause `pay` to retry, so `pay` will never
actually report those error codes.
Those error codes will only get reported at the `sendpay` level.
7 years ago
ZmnSCPxj
1cf32f9f05
doc: Update manpage for getroute and pay for route randomization.
7 years ago
ZmnSCPxj
38535fc36c
payalgo: Create a new failure for paying expired invoice.
7 years ago
ZmnSCPxj
4e382ebd94
doc: Mention keyword arguments, update pay to mention use of null.
7 years ago
ZmnSCPxj
203c222f57
doc: Update to add fee limit to pay.
7 years ago
practicalswift
4f4756bd20
Fix a-vs-an typos
7 years ago
ZmnSCPxj
d4478458dd
pay: Change origin_index to erring_index, start with local node = 0.
7 years ago
ZmnSCPxj
b7c9029fe3
doc: Update for new error codes of sendpay.
7 years ago
Rusty Russell
6d7c8c8dd0
doc: manpages for pay, listpayments and decodepay.
Also contains some help message clarifications.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
7 years ago
Rusty Russell
f031120903
doc: update return values of delinvoice, invoice, listinvoice, waitinvoice, waitanyinvoice.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
7 years ago
ZmnSCPxj
5eceaa7be9
invoice: Modify waitanyinvoice interface to use pay_index.
7 years ago
Rusty Russell
2fb2e757ae
doc: add lightning-waitinvoice man page.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Rusty Russell
df59cef3af
doc: rename waitinvoice manpage to waitanyinvoice.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago
Rusty Russell
2452df315a
doc: manpages for the various lightning RPC calls.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
8 years ago