Update bindings to latest upstream code
[rust-lightning] / lightning-c-bindings / src / util / errors.rs
index 0ed0cf296683cb64c521427d25ac3854e44ac63d..06cb4a7f879ab6318fc9aad25bf2244dfffefdbf 100644 (file)
@@ -33,7 +33,7 @@ pub enum APIError {
        ChannelUnavailable {
                err: crate::c_types::derived::CVec_u8Z,
        },
-       /// An attempt to call add/update_monitor returned an Err (ie you did this!), causing the
+       /// An attempt to call watch/update_channel returned an Err (ie you did this!), causing the
        /// attempted action to fail.
        MonitorUpdateFailed,
 }