]> git.bitcoin.ninja Git - rust-lightning/commit
Avoid slices without inner references
authorMatt Corallo <git@bluematt.me>
Thu, 28 Sep 2023 03:05:09 +0000 (03:05 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 14 Oct 2024 19:15:11 +0000 (19:15 +0000)
commit2dac3f8322a3b145212b819a054cc78c1adad562
tree0f39e3656ec34e03d539f9bf827a2f7fd120b60f
parent2459a77de4f61d808e51f76a8a738411725555b1
Avoid slices without inner references

As we cannot express slices without inner references in bindings
wrappers.
lightning/src/blinded_path/payment.rs
lightning/src/ln/channelmanager.rs
lightning/src/routing/gossip.rs
lightning/src/routing/router.rs