Change ChannelManager::wait to be more descriptive
[rust-lightning] / lightning-c-bindings / include / lightning.h
index 8076e251b85ed9039859d20a1df09320007a610e..536d6a74cf7db1b5a3a88056db8a90eace2d1151 100644 (file)
@@ -6072,7 +6072,7 @@ void ChannelManager_block_disconnected(const struct LDKChannelManager *NONNULL_P
  * Blocks until ChannelManager needs to be persisted. Only one listener on `wait` is
  * guaranteed to be woken up.
  */
-void ChannelManager_wait(const struct LDKChannelManager *NONNULL_PTR this_arg);
+void ChannelManager_await_persistable_update(const struct LDKChannelManager *NONNULL_PTR this_arg);
 
 struct LDKChannelMessageHandler ChannelManager_as_ChannelMessageHandler(const struct LDKChannelManager *NONNULL_PTR this_arg);