mirror of
https://github.com/status-im/das-research.git
synced 2025-02-23 11:58:14 +00:00
send one segment at a time
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
eb277d9b43
commit
3917001e6a
@ -246,10 +246,10 @@ class Validator:
|
||||
while True:
|
||||
perLine = []
|
||||
for c in self.columnIDs:
|
||||
perLine.append(self.nextColumnToSend(c))
|
||||
perLine.append(self.nextColumnToSend(c, 1))
|
||||
|
||||
for r in self.rowIDs:
|
||||
perLine.append(self.nextRowToSend(r))
|
||||
perLine.append(self.nextRowToSend(r, 1))
|
||||
|
||||
count = 0
|
||||
random.shuffle(perLine)
|
||||
|
Loading…
x
Reference in New Issue
Block a user