-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LSPS1: Fix create order response example (#109)
* LSPS1: Fix create order response example The payment object should be identical to the one introduced in 3., which indicates the field should be named `bolt11_invoice` rather than `lightning_invoice`. * LSPS1: Mirror `required_channel_confirmations` in create order response We mirror all the other fields from the request, so this should likely be mirrored too. * LSPS1: Rename field in example to `funding_confirms_within_blocks` * LSPS1: Remove trailing comma in channel object example JSON objects do not allow trailing commas, so the example as given would fail to parse * LSPS1: Drop field names from object examples The actual objects should not include the "channel" and "payment" field names.
- Loading branch information
Showing
1 changed file
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters