mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-03 05:04:21 +01:00
We currently allocate utxos off cmd, but the next commit will persist a wtx beyond the command which created it, breaking that assumption. In general, a struct member should be owned by the struct itself, and a tal context should be an explicit arg, not implicit. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>