Move PersistenceNotifier to a new util module
authorMatt Corallo <git@bluematt.me>
Tue, 9 Aug 2022 01:57:09 +0000 (01:57 +0000)
committerMatt Corallo <git@bluematt.me>
Tue, 9 Aug 2022 06:06:18 +0000 (06:06 +0000)
commit68b3d2e4536c8057389c3cb56636e332f5beccb2
treeccd395b8ffae80cd3d30262b196ca0c56e9f98f4
parentd02425121ec082689a18bb0b22bec226cc02ff7d
Move PersistenceNotifier to a new util module

It was always somewhat strange to have a bunch of notification
logic in `channelmanager`, and with the next commit adding a bunch
more, its moved here first.
lightning/src/ln/channelmanager.rs
lightning/src/util/mod.rs
lightning/src/util/wakers.rs [new file with mode: 0644]