Files
lightning/lightningd
Rusty Russell 68bb36b210 json-rpc: make commands return 'struct command_result *'.
Usually, this means they return 'command_param_failed()' if param()
fails, and changing 'command_success(); return;' to 'return
command_success()'.

Occasionally, it's more complex: there's a command_its_complicated()
for the case where we can't exactly determine what the status is,
but it should be considered a last resort.

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