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