mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-23 09:04:22 +01:00
doc: fix up bolt12 quotes.
The one about size needs the offers PR rebased onto the latest onion-message PR. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
committed by
neil saitug
parent
3b40bfa801
commit
2aa833d424
@@ -480,7 +480,7 @@ static struct command_result *invreq_base_amount_simple(struct command *cmd,
|
||||
* - otherwise:
|
||||
* - MUST fail the request if it does not contain `amount`.
|
||||
* - MUST use the request `amount` as the *base invoice amount*.
|
||||
* (Note: invoice amount can be further modiifed by recurrence
|
||||
* (Note: invoice amount can be further modified by recurrence
|
||||
* below)
|
||||
*/
|
||||
err = invreq_must_have(cmd, ir, amount);
|
||||
@@ -728,10 +728,6 @@ static struct command_result *listoffers_done(struct command *cmd,
|
||||
* - if the offer had a `recurrence`:
|
||||
* - MUST fail the request if there is no `recurrence_counter`
|
||||
* field.
|
||||
* - MUST fail the request if there is no
|
||||
* `recurrence_signature` field.
|
||||
* - MUST fail the request if `recurrence_signature` is not
|
||||
* correct.
|
||||
*/
|
||||
err = invreq_must_have(cmd, ir, recurrence_counter);
|
||||
if (err)
|
||||
|
||||
Reference in New Issue
Block a user