File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -502,9 +502,9 @@ impl PendingChecks {
502
502
503
503
const MAX_PENDING_LOOKUPS : usize = 32 ;
504
504
505
- /// Signls if there are a large number of async checks pending and future channel_announcement
506
- /// messages should be delayed. Note that this is only a hint and messages already in-flight
507
- /// may still have to be handled for various reasons.
505
+ /// Returns true if there are a large number of async checks pending and future
506
+ /// `channel_announcement` messages should be delayed. Note that this is only a hint and
507
+ /// messages already in-flight may still have to be handled for various reasons.
508
508
pub ( super ) fn too_many_checks_pending ( & self ) -> bool {
509
509
let mut pending_checks = self . internal . lock ( ) . unwrap ( ) ;
510
510
if pending_checks. channels . len ( ) > Self :: MAX_PENDING_LOOKUPS {
You can’t perform that action at this time.
0 commit comments