rust-lightning/lightning
Jeffrey Czyz 4922548bf2
Use PublicKey values in construct_keys_callback
Instead of accepting iterators yielding PublicKey by reference in
utils::construct_keys_callback, take iterators yielding values since
these implement Copy and need to be copied anyway. This will help avoid
a situation when padding where both a reference and mutable reference
are needed.
2024-08-20 16:35:40 -05:00
..
src Use PublicKey values in construct_keys_callback 2024-08-20 16:35:40 -05:00
Cargo.toml Bump version numbers to 0.0.124-beta/invoice 0.32-beta 2024-08-20 00:29:12 +00:00