mirror of https://github.com/waku-org/js-waku.git
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…
Reference in New Issue