mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-27 06:11:49 +00:00
Address PR comment
This commit is contained in:
@ -33,7 +33,6 @@ export async function getPayload(
|
||||
|
||||
return await createHandshakePayload(
|
||||
localPeer.marshalPubKey(),
|
||||
localPeer.marshalPrivKey(),
|
||||
signedPayload,
|
||||
signedEarlyDataPayload
|
||||
);
|
||||
@ -41,7 +40,6 @@ export async function getPayload(
|
||||
|
||||
export async function createHandshakePayload(
|
||||
libp2pPublicKey: bytes,
|
||||
libp2pPrivateKey: bytes,
|
||||
signedPayload: bytes,
|
||||
signedEarlyData?: EarlyDataPayload,
|
||||
): Promise<bytes> {
|
||||
|
Reference in New Issue
Block a user