Merge pull request #649 from jkczyz/2020-06-refactor-chain-listener
[rust-lightning] / lightning / src / util / errors.rs
index a5403ef56468e64eaefa95cc261aa6fdfbb04d23..a2a45a7b3afc66372ff3e41e6655d9a199b67099 100644 (file)
@@ -42,7 +42,7 @@ pub enum APIError {
                /// A human-readable error message
                err: String
        },
-       /// 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,
 }