mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-06-11 11:01:30 +00:00
Remove whitespace
This commit is contained in:
@ -47,7 +47,7 @@ export async function createHandshakePayload(
|
||||
});
|
||||
|
||||
return Buffer.from(NoiseHandshakePayloadProto.encode(payloadInit).finish());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export async function signPayload(peerId: PeerId, payload: bytes): Promise<bytes> {
|
||||
|
Reference in New Issue
Block a user