fix: bad argument nesting

This commit is contained in:
Derrick Hammer 2023-09-01 04:10:37 -04:00
parent 78bee5c47b
commit 61f333feaa
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const plugin = {
});
s5peer.id = new NodeId(
concatBytes(Uint8Array.from([mkeyEd25519], peer.remotePublicKey)),
concatBytes(Uint8Array.from([mkeyEd25519]), peer.remotePublicKey),
);
await s5peer.init();