Browse Source
The newly introduced type is used to determine what the call semantics of the hook are. We have `single` corresponding to the old behavior, as well as `chain` which allows multiple plugins to register for the hook, and they are then called sequentially (if all plugins return `{"result": "continue"}`) or exit the chain if the hook event was handled.travis-debug
Christian Decker
5 years ago
committed by
Rusty Russell
7 changed files with 30 additions and 11 deletions
Loading…
Reference in new issue