mirror of
https://github.com/waku-org/js-waku.git
synced 2025-01-26 12:20:37 +00:00
Do not use same key value for both constants
This commit is contained in:
parent
e443237a81
commit
a9c83dac13
@ -6,4 +6,4 @@
|
||||
*/
|
||||
|
||||
export const NOISE_KEY_1 = Buffer.alloc(32, 1);
|
||||
export const NOISE_KEY_2 = Buffer.alloc(32, 1);
|
||||
export const NOISE_KEY_2 = Buffer.alloc(32, 2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user