Files
lightning/lightningd
Rusty Russell 819078fe18 param: make command_fail/command_success WARN_UNUSED_RESULT.
This causes a compiler warning if we don't do something with the
result (hopefully return immediately!).

We use was_pending() to ignore the result in the case where we
complete a command in a callback (thus really do want to ignore
the result).

This actually fixes one bug: we didn't return after command_fail
in json_getroute with a bad seed value.

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