Support platforms with only 32-bit atomics
authorMatt Corallo <git@bluematt.me>
Thu, 6 Oct 2022 16:48:14 +0000 (16:48 +0000)
committerMatt Corallo <git@bluematt.me>
Thu, 6 Oct 2022 23:59:30 +0000 (23:59 +0000)
commit92963ebe521d51e3938295157107accea53f1a2a
tree1f40b5580c6c578aaa0dfe6bb6180f2cb631ee77
parente2e884725444e772140b47f0a4e36632dec3a261
Support platforms with only 32-bit atomics

Given there is only one instance in our code of `AtomicU64` its
simplest to just remove it rather than try to add some kind of
wrapper.
lightning/src/ln/peer_handler.rs