From 13571b93397a4af2a55369f48a5b2073196dfd24 Mon Sep 17 00:00:00 2001 From: Csaba Kiraly Date: Thu, 13 Apr 2023 06:03:39 +0200 Subject: [PATCH] change proposerPublishTo to 1 Signed-off-by: Csaba Kiraly --- DAS/simulator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DAS/simulator.py b/DAS/simulator.py index 4b43621..4490738 100644 --- a/DAS/simulator.py +++ b/DAS/simulator.py @@ -38,7 +38,7 @@ class Simulator: # pushed out by the proposer. # 1: the data is sent out exactly once on rows and once on columns (2 copies in total) # self.shape.netDegree: default behavior similar (but not same) to previous code - self.proposerPublishTo = self.shape.netDegree + self.proposerPublishTo = 1 def initValidators(self): """It initializes all the validators in the network."""