rust-lightning/lightning
Matt Corallo 1aa5210c2f Avoid an unnecessary allocation in TaggedHash
A well-formed tag is always a constant, so allocating to store it
is unnecessary when we can just make the tag a `&'static str`.
2023-11-07 05:08:16 +00:00
..
src Avoid an unnecessary allocation in TaggedHash 2023-11-07 05:08:16 +00:00
Cargo.toml Bump crate versions to lightning 0.0.118, invoice 0.26 2023-10-23 23:41:11 +00:00