mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-04 05:34:22 +01:00
jsonrpc handlers usually directly call command_success or command_fail; not doing that implies they're waiting for something async. Put an explicit call (currently a noop) there, and add debugging checks to make sure it's used. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>