mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-11 02:03:10 +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