up light_push

This commit is contained in:
Sasha 2024-10-09 01:39:07 +02:00
parent 0245f060f5
commit 92a7d2b00e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ class LightPush extends BaseProtocolSDK implements ILightPush {
);
this.reliabilityMonitor = ReliabilityMonitorManager.createSenderMonitor(
libp2p.getConnections,
this.renewPeer.bind(this)
);