Skip to content

Commit

Permalink
Update docs/poet_operator_manual.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bartosz Różański <[email protected]>
  • Loading branch information
pigmej and poszu authored Sep 13, 2023
1 parent 7ae83ef commit 4037536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/poet_operator_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Layers are written to a disk with buffered file, you can configure the buffer si

You can also use that logic to estimate needed disk performance and IOps. But HDD without a SSD cache should be more than sufficient in any case.

You *need* to make sure that the data is persisted. The existence of the tree is essential to generate a proof for a given round. If the tree is not there then the proof will be impossible to properly generate.
You *must* make sure that the data is persisted. The existence of the tree is essential to generate proof for a given round. If the tree is not there then it's not possible to generate the tree. The proof is a Merkle Proof proving selected `T` leaves from the tree and basically contains selected nodes from the tree.

> [!NOTE]
> PoET will *not* start generating tree when it will detect that the round should be already in progress but the state of the round is empty. This is to prevent the situation when PoET is doing work for nothing
Expand Down

0 comments on commit 4037536

Please sign in to comment.