mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-31 12:54:21 +01:00
We tal_dup_arr() it, which does take. Make it const in the structure; the tal_dup_arr() removes the const, so it compiles without it, but it's misleading. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>