*Update module hash

This commit is contained in:
Derrick Hammer 2023-02-01 12:45:53 -05:00
parent cb2e5b71e6
commit a8b3c35c89
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,
"FADtZWz_dUhGRgLcaJGIdTgYPg4k60F8wvKgby_v08jo3A"
"FACTQhR-sNQ0K9Nh5QlHlkp5q57rxBdc2DGgacoTdwtIoA"
);
export { Peer };