doc: Add hooks to the 'getmanifest' example in PLUGINS.md

This commit is contained in:
darosior
2019-07-14 17:29:49 +02:00
committed by neil saitug
parent 0eda6a5ce7
commit 7984a55339

View File

@@ -81,6 +81,10 @@ this example:
"subscriptions": [
"connect",
"disconnect"
],
"hooks": [
"openchannel",
"htlc_accepted"
]
}
```