]> git.bitcoin.ninja Git - rust-lightning/commit
Drop one unnecessary allocation added in aa2f6b47df312f026213d0ceaa
authorMatt Corallo <git@bluematt.me>
Thu, 3 Oct 2024 16:54:03 +0000 (16:54 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 3 Oct 2024 17:23:32 +0000 (17:23 +0000)
commit0abf068ad1a8021261f915f4cba426f2ef24ed16
treeeb3c130973247e2b1d6f4de9dbacd6e39f5c4ac1
parentcc72f032dca9a0a203bcc5da2892fc68c46c1420
Drop one unnecessary allocation added in aa2f6b47df312f026213d0ceaa

In aa2f6b47df312f026213d0ceaaff20ffe955c377 we refactored
`lightning-invoice` de/serialization to use the new version of
`bech32`, but ended up adding one unnecessary allocation in our
offers logic, which we drop here.
lightning/src/offers/parse.rs