Files
lightning/lightningd
Rusty Russell 93bf7c4839 param: make command sinks (fail/success) return a special type.
These routines free the 'struct command': a common coding error is not
to return immediately.

To catch this, we make them return a non-NULL 'struct command_result
*', and we're going to make the command handlers return the same (to
encourage 'return command_fail(...)'-style usage).

We also provide two sources for external use:
1. command_param_failed() when param() fails.
2. command_its_complicated() for some complex cases.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-12-20 03:22:32 +00:00
..
2017-10-20 18:31:32 +02:00
2018-10-23 16:55:35 +02:00
2018-11-22 05:15:42 +00:00
2018-02-16 13:08:29 +01:00
2018-11-22 05:15:42 +00:00