mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 23:24:27 +01:00
And store in peer->last_tx/peer->last_sig like all other places, that way we broadcast it if we need to. Note: the removal of tmpctx in funder_channel() is needed because we use txs[0], which was allocated off tmpctx. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>