`#[derive(Clone)]` for `InFlightHtlcs`
authorMatt Corallo <git@bluematt.me>
Mon, 2 Jan 2023 01:07:59 +0000 (01:07 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 3 Jan 2023 22:09:15 +0000 (22:09 +0000)
commit582e6f50949ab50354eef0688aa4737cb816253e
treea0045cd87a720dc2ffb0db4e1f89c629cd957f8a
parent7d4df95e70fe08af4b7dee8c44d55b8614aaf8ea
`#[derive(Clone)]` for `InFlightHtlcs`

This is useful for bindings, and generally isn't a bad thing for
users to have access to.
lightning/src/routing/router.rs