diff --git a/doc/PLUGINS.md b/doc/PLUGINS.md index f8259048e..eb5602486 100644 --- a/doc/PLUGINS.md +++ b/doc/PLUGINS.md @@ -81,6 +81,10 @@ this example: "subscriptions": [ "connect", "disconnect" + ], + "hooks": [ + "openchannel", + "htlc_accepted" ] } ```