Add relevant trait derives for `bump_transaction` structs
authorMatt Corallo <git@bluematt.me>
Wed, 19 Jul 2023 23:58:42 +0000 (23:58 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 20 Jul 2023 21:43:52 +0000 (21:43 +0000)
commit8cffeb6dba6a953ecaa9a73cb8779dc0c6d69da4
tree1fbdb35c140417e214a6496a8294a1e18a041123
parent5f120b1b651dd4e5082ba8c24646bf7332c93904
Add relevant trait derives for `bump_transaction` structs

Notably including `Hash`/`Eq`/`Ord` for structs which may be used
in maps.
lightning/src/events/bump_transaction.rs