mirror of
https://github.com/aljazceru/lightning.git
synced 2026-01-14 03:24:34 +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>