diff --git a/DAS/simulator.py b/DAS/simulator.py index b46a340..174a9b2 100644 --- a/DAS/simulator.py +++ b/DAS/simulator.py @@ -41,7 +41,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 = self.shape.netDegree # TODO: make this an external parameter def initValidators(self): """It initializes all the validators in the network."""