Impl PartialEq and Debug for InMemorySigner
authorbenthecarman <benthecarman@live.com>
Wed, 31 May 2023 22:47:54 +0000 (17:47 -0500)
committerbenthecarman <benthecarman@live.com>
Wed, 31 May 2023 23:19:31 +0000 (18:19 -0500)
commita8a7fc1092692610a44b5dfbf1f683dbf2451d4f
treeb914aa935a54dd384f2d13b9ae3af75a25c74d1e
parent91536edb0dcd4d662a8945892fc5046b0265a74d
Impl PartialEq and Debug for InMemorySigner

These are needed for being able to compare a
ChannelMonitor<InMemorySigner> and are just nice to haves for
developers.
lightning/src/sign/mod.rs
lightning/src/util/atomic_counter.rs