]> git.bitcoin.ninja Git - rust-lightning/commit
[UPSTREAM] Allow any `Deref` to an `EntropySource` in `BlindedPath`
authorMatt Corallo <git@bluematt.me>
Mon, 13 May 2024 18:01:20 +0000 (18:01 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 13 May 2024 18:03:59 +0000 (18:03 +0000)
commitd41d87caf31d30e0fad1f6a9064fc0ba8b2a1ee3
tree880130eb78cba93086f636b851b37ef189d69f05
parent7efbfa1e16c57ef35d6cbbff6f12adaa623a1c7d
[UPSTREAM] Allow any `Deref` to an `EntropySource` in `BlindedPath`

This matches our normal API semantics and allows, for example,
`Arc`s to `EntropySource`s.
lightning/src/blinded_path/mod.rs