Change ChannelManager::wait to be more descriptive
authorMatt Corallo <git@bluematt.me>
Fri, 26 Feb 2021 16:28:55 +0000 (11:28 -0500)
committerMatt Corallo <git@bluematt.me>
Sun, 7 Mar 2021 18:06:07 +0000 (13:06 -0500)
commit578f8b72e2e5a04726fd1d5b63f9642bfc74a4b7
tree6f767c2792ac88c7c1db5b1b91b8cd58219419db
parent6742343319dda2bb80da8e4156f67ca95f19b18b
Change ChannelManager::wait to be more descriptive

`wait` doesn't capture enough of what's going on, but also Java
Java doesn't accpet methods just called `wait`, as it conflicts
with existing sync primitives on all Objects.
background-processor/src/lib.rs
lightning-c-bindings/include/lightning.h
lightning-c-bindings/src/ln/channelmanager.rs
lightning/src/ln/channelmanager.rs