Compare commits
No commits in common. "63bd27fed253f3fd7e94a357d8ce88809328f34c" and "cb2e5b71e60c320e59011ee70d6edd979b3f3fa5" have entirely different histories.
63bd27fed2
...
cb2e5b71e6
|
@ -29,4 +29,4 @@ export class PeerDiscoveryClient extends Client {
|
||||||
return await this.callModuleReturn("discover", { pubkey });
|
return await this.callModuleReturn("discover", { pubkey });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export const createClient = factory(PeerDiscoveryClient, "FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA");
|
export const createClient = factory(PeerDiscoveryClient, "FADtZWz_dUhGRgLcaJGIdTgYPg4k60F8wvKgby_v08jo3A");
|
||||||
|
|
|
@ -38,7 +38,7 @@ export class PeerDiscoveryClient extends Client {
|
||||||
|
|
||||||
export const createClient = factory<PeerDiscoveryClient>(
|
export const createClient = factory<PeerDiscoveryClient>(
|
||||||
PeerDiscoveryClient,
|
PeerDiscoveryClient,
|
||||||
"FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA"
|
"FADtZWz_dUhGRgLcaJGIdTgYPg4k60F8wvKgby_v08jo3A"
|
||||||
);
|
);
|
||||||
|
|
||||||
export { Peer };
|
export { Peer };
|
||||||
|
|
Loading…
Reference in New Issue