chore: lint and re-organize

This commit is contained in:
Rajeh Taher
2025-10-20 00:16:51 +03:00
parent cc3cd17392
commit 29318cf6c2
6 changed files with 34 additions and 40 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ export const makeNoiseHandler = ({
const certDecoded = decrypt(serverHello!.payload!)
const { intermediate: certIntermediate, leaf } = proto.CertChain.decode(certDecoded)
const { intermediate: certIntermediate /*leaf*/ } = proto.CertChain.decode(certDecoded)
// TODO: handle this leaf stuff
const { issuerSerial } = proto.CertChain.NoiseCertificate.Details.decode(certIntermediate!.details!)