This commit is contained in:
Itamar Turner-Trauring 2022-12-01 14:45:39 -05:00
parent d4c202307c
commit 0ba58070cd

View File

@ -262,8 +262,8 @@ class Encoder(object):
d.addCallback(lambda res: self.finish_hashing())
# These calls have to happen in order, and waiting for previous one
# also ensures backpressure:
# These calls have to happen in order; layout.py now requires writes to
# be appended to the data written so far.
d.addCallback(lambda res:
self.send_crypttext_hash_tree_to_all_shareholders())
d.addCallback(lambda res: self.send_all_block_hash_trees())