mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-26 20:30:59 +01:00
Fixed PLUGIN.md comment for invoice creation
This commit is contained in:
parent
241fa00e97
commit
e946b1889e
1 changed files with 2 additions and 2 deletions
|
@ -324,7 +324,7 @@ to a peer was lost.
|
|||
|
||||
### `invoice_payment`
|
||||
|
||||
A notification for topic `invoice_payment` is sent every time an invoie is paid.
|
||||
A notification for topic `invoice_payment` is sent every time an invoice is paid.
|
||||
|
||||
```json
|
||||
{
|
||||
|
@ -338,7 +338,7 @@ A notification for topic `invoice_payment` is sent every time an invoie is paid.
|
|||
```
|
||||
### `invoice_creation`
|
||||
|
||||
A notification for topic `invoice_creation` is sent every time an invoie is paid.
|
||||
A notification for topic `invoice_creation` is sent every time an invoice is created.
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue