Rename `ChannelManager` update future methods for new API
authorMatt Corallo <git@bluematt.me>
Thu, 24 Aug 2023 18:34:55 +0000 (18:34 +0000)
committerMatt Corallo <git@bluematt.me>
Sun, 10 Sep 2023 23:05:51 +0000 (23:05 +0000)
commit9228f902e48eab79d65e55a087a8039e4cab1fe4
treeb20cc3104428e0b0c2723483bc22586efc96be60
parent448b191fec4c6d1e9638c82aade7385b1516aa5d
Rename `ChannelManager` update future methods for new API

In the next commit, we separate `ChannelManager`'s concept of
waking a listener to both be persisted and to allow the user to
handle events. Here we rename the future-fetching method in
anticipation of this split.
lightning-background-processor/src/lib.rs
lightning/src/ln/channelmanager.rs