Pass must-spend inputs to users by ownership
authorMatt Corallo <git@bluematt.me>
Tue, 18 Jul 2023 19:34:00 +0000 (19:34 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Jul 2023 19:49:43 +0000 (19:49 +0000)
commit0c629ff60a0f47757e0faab7e0508ed9aae057f5
treef54cbe5ed37d826b6d21ced2d7ff3d1384af0417
parentbe08b4f6b8ff3248710852f17760647f5b63ee24
Pass must-spend inputs to users by ownership

We already hold them in a vec, so there's no cost to passing them
by ownership vs making it a slice. Further, this helps bindings as
we can't represent slices to non-pointers in a sensible way.
lightning/src/events/bump_transaction.rs