Do not rely on auto-deref'ing when aaccessing a `Hash{Map,Set}`
authorMatt Corallo <git@bluematt.me>
Fri, 6 Jan 2023 20:05:07 +0000 (20:05 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 15 Jan 2023 23:32:08 +0000 (23:32 +0000)
commit11524884cb105f81126b9f98ca0ae9a7379d1513
tree970fcf4b7d581b84d51b570430391e23f7704dc2
parent7bdbbca3b064be9eadfb716392e099f19878b927
Do not rely on auto-deref'ing when aaccessing a `Hash{Map,Set}`

In newer versions of `hashbrown` this code would be broken. While
we aren't updating `hashbrown` any time soon (as it requires an
MSRV bump), it is useful to swap for a newer `hashbrown` when
fuzzing, which this makes easier.
lightning/src/chain/onchaintx.rs
lightning/src/ln/channelmanager.rs