Skip to content

Commit 9955f86

Browse files
fix: build
1 parent 6d650a6 commit 9955f86

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/core/src/lib/connection_manager.ts

-2
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ export class ConnectionManager
165165
log.error(`Unexpected error while dialing peer store peers`, error)
166166
);
167167
}
168-
#private: any;
169-
#private: any;
170168

171169
private async dialPeerStorePeers(): Promise<void> {
172170
const peerInfos = await this.libp2p.peerStore.all();

0 commit comments

Comments
 (0)