Skip to content

Commit cc1c321

Browse files
committed
revert: remove comment added to isDialable catch block
1 parent 718cb67 commit cc1c321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/libp2p/src/connection-manager/dial-queue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ export class DialQueue {
531531

532532
return true
533533
} catch {
534-
// failed to calculate multiaddrs, treat as not dialable
534+
535535
}
536536

537537
return false

0 commit comments

Comments
 (0)