Implement Clone, Hash, PartialEq for ClosingTransaction
authorMatt Corallo <git@bluematt.me>
Tue, 19 Oct 2021 06:19:28 +0000 (06:19 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 29 Nov 2021 01:30:44 +0000 (01:30 +0000)
commit04d0cca87293f5a47812d19920686755892f8446
tree8a5feb0a1e2c8bf087b148b31ec84f6619e958ef
parent1a743672b92a65e3d401a11001354f3b514bf956
Implement Clone, Hash, PartialEq for ClosingTransaction

This is a public struct intended to be used as an object by users,
so it should likely have common implementations, given they're
trivial.
lightning/src/ln/chan_utils.rs