cln/doc/developers-guide/plugin-development
Erik De Smedt acce3b1b32 Fix docs for invoice_payment hook and notification
The data-format changed in 2019.
The field `amount_msat` was renamed to `msat`
(See 2907e430d5)

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 0b23133ab2)

The current documentation still mentions the data-format before
2907e430d5.

I've updated the docs to reflect the latest changes.
I've also incluced a short mention of 0b23133ab2 to help help
developers create plugins that work both pre 23.11 and post 23.11.
2023-12-12 16:53:59 +01:00
..
a-day-in-the-life-of-a-plugin.md plugins: allow plugins to specify even messages they accept. 2023-10-24 11:50:57 +10:30
additional-resources.md update new documentation and move to doc/ 2023-07-16 12:59:40 +09:30
bitcoin-backend.md update new documentation and move to doc/ 2023-07-16 12:59:40 +09:30
event-notifications.md Fix docs for invoice_payment hook and notification 2023-12-12 16:53:59 +01:00
hooks.md Fix docs for invoice_payment hook and notification 2023-12-12 16:53:59 +01:00
json-rpc-passthrough.md update new documentation and move to doc/ 2023-07-16 12:59:40 +09:30
plugin-manager.md update new documentation and move to doc/ 2023-07-16 12:59:40 +09:30