From 029126adfb529050efcf8048b36f6c11423f5f64 Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Thu, 12 Feb 2026 15:27:07 +0530 Subject: [PATCH] enable store for first node --- simulations/mixnet/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simulations/mixnet/config.toml b/simulations/mixnet/config.toml index bd051cff1..5cd1aa936 100644 --- a/simulations/mixnet/config.toml +++ b/simulations/mixnet/config.toml @@ -2,7 +2,7 @@ log-level = "TRACE" relay = true mix = true filter = true -store = false +store = true lightpush = true max-connections = 150 peer-exchange = false