core-lightning/lightningd/test
Rusty Russell 3f16c9a665 param: abstract 'struct command' so param doesn't need to access it.
I want to use param functions in plugins, and they don't have struct
command.

I had to use a special arg to param() for check to flag it as allowing
extra parameters, rather than adding a one-use accessor.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-12-10 00:00:50 +00:00
..
Makefile common: make funding_tx and withdraw_tx share UTXO code. 2018-12-06 23:11:51 +01:00
run-find_my_abspath.c plugins: allow --dev-debugger=<pluginname>. 2018-12-10 00:00:50 +00:00
run-invoice-select-inchan.c signature: wrap almost all signatures in struct bitcoin_signature. 2018-12-06 23:11:51 +01:00
run-json_escaped.c common/json: move JSON creation routines into lightningd/ 2018-10-19 22:02:11 +00:00
run-jsonrpc.c common/json: add context arg to json_parse_input. 2018-12-10 00:00:50 +00:00
run-param.c param: abstract 'struct command' so param doesn't need to access it. 2018-12-10 00:00:50 +00:00