Skip to content

Commit

Permalink
Update registration/doc.go
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Fasching <[email protected]>
  • Loading branch information
poszu and fasmat authored Sep 11, 2023
1 parent 0695efd commit 8ed1f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registration/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Package registration provides functionality for registering PoET challenges, sch
Each round starts by being open for receiving challenges (byte arrays) from miners.
Once finalized (according to the configured duration), a hash digest is created from the received challenges,
and is used as the input for the proof generation. The hash is the root of a merkle tree constructed from registered challenges
sorted lexigraphically.
sorted lexicographically.
The proof generation is done by a worker, which can be a separate process that communicates with the registration service.
Once completed, the proof is stored in a database and available for nodes via a GRPC query.
Expand Down

0 comments on commit 8ed1f4b

Please sign in to comment.