X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=lightning%2Fsrc%2Futil%2Fevents.rs;fp=lightning%2Fsrc%2Futil%2Fevents.rs;h=43a2dc3bd6f881ab4ec69241f30f5a2b37651a8e;hb=4dc0dd17c00c55055e7cd3256c1cf17834055cbf;hp=ca6355af001e5eb7d05a96a7ffa22548c9340d87;hpb=2cce8d095e84ba8f773e39d6cea90f1148c60bc8;p=rust-lightning diff --git a/lightning/src/util/events.rs b/lightning/src/util/events.rs index ca6355af..43a2dc3b 100644 --- a/lightning/src/util/events.rs +++ b/lightning/src/util/events.rs @@ -51,8 +51,9 @@ pub enum Event { }, /// Indicates we've received money! Just gotta dig out that payment preimage and feed it to /// ChannelManager::claim_funds to get it.... - /// Note that if the preimage is not known or the amount paid is incorrect, you must call - /// ChannelManager::fail_htlc_backwards to free up resources for this HTLC. + /// Note that if the preimage is not known or the amount paid is incorrect, you should call + /// ChannelManager::fail_htlc_backwards to free up resources for this HTLC and avoid + /// network congestion. /// The amount paid should be considered 'incorrect' when it is less than or more than twice /// the amount expected. /// If you fail to call either ChannelManager::claim_funds or