*Update module hash

This commit is contained in:
Derrick Hammer 2023-02-01 14:19:46 -05:00
parent 63bd27fed2
commit d4f6bc96be
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ export class PeerDiscoveryClient extends Client {
export const createClient = factory<PeerDiscoveryClient>(
PeerDiscoveryClient,
"FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA"
"FAC1RHsjGT8DcmOvnBVd8CekuuzE_qpMCRJ4oT_7Tql8bg"
);
export { Peer };