remove unused

This commit is contained in:
weboko 2023-01-30 23:06:55 +01:00
parent 152595e027
commit 46e6d732e2
No known key found for this signature in database

View File

@ -6,8 +6,6 @@ import { PayloadV2 } from "./payload.js";
const log = debug("waku:message:noise-codec");
const OneMillion = BigInt(1_000_000);
// WakuMessage version for noise protocol
const version = 2;