-
Notifications
You must be signed in to change notification settings - Fork 912
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docs for invoice_payment hook and notification
The data-format changed in 2019. The field `amount_msat` was renamed to `msat` (See 2907e43) The data-format changed again in november 2023. The content of the field `amount_msat` was changed. It was a string `"1000msat"` and became a number `1000`. (See 0b23133) The current documentation still mentions the data-format before 2907e43. I've updated the docs to reflect the latest changes. I've also incluced a short mention of 0b23133 to help help developers create plugins that work both pre 23.11 and post 23.11.
- Loading branch information
1 parent
4d22f5a
commit acce3b1
Showing
2 changed files
with
5 additions
and
4 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
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