mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-03 13:14:22 +01:00
@wythe points out we don't need to keep the around now param_is_set() is removed. We can in fact go further and avoid marshalling them into temporary objects at the caller altogether. This means internally we have an array of struct param, rather than an array of 'struct param *', which causes most of the noise in this patch. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>