]> git.bitcoin.ninja Git - rust-lightning/commit
[UPSTREAM] impl `Clone` on BOLT12 builders in bindings
authorMatt Corallo <git@bluematt.me>
Mon, 13 May 2024 14:39:19 +0000 (14:39 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 13 May 2024 14:42:59 +0000 (14:42 +0000)
commit7efbfa1e16c57ef35d6cbbff6f12adaa623a1c7d
tree55bf0a5a205e13fae86496c9b166f4c70cc95391
parent0380c65afc2caf3346498fae67e5f302ad2159eb
[UPSTREAM] impl `Clone` on BOLT12 builders in bindings

This is required for GC'd languages which need to be able to clone
in order to pass owned objects to Rust.
lightning/src/offers/offer.rs
lightning/src/offers/refund.rs