fix: bad argument nesting
This commit is contained in:
parent
78bee5c47b
commit
61f333feaa
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue