Rm ChannelMonitor merge capabilities in favor of explicit add/update
[rust-lightning] / lightning / src / util / errors.rs
index 27f837775ef19ad4c605a6e3b0659d158ed47164..35bf00bd85614e6c9cabd560be8e73005b7386cf 100644 (file)
@@ -33,7 +33,7 @@ pub enum APIError {
                /// A human-readable error message
                err: &'static str
        },
-       /// An attempt to call add_update_monitor returned an Err (ie you did this!), causing the
+       /// An attempt to call add/update_monitor returned an Err (ie you did this!), causing the
        /// attempted action to fail.
        MonitorUpdateFailed,
 }