Skip to content

Commit

Permalink
Corrected the notation in sampler.py
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Miller <amiller@dappervision.com>
  • Loading branch information
amiller committed May 3, 2012
1 parent ca2c56d commit 0d20ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proofofwork.py
Expand Up @@ -26,7 +26,7 @@
get_random() and verify_random(): get_random() and verify_random():
A random elements is selected from a sampler DA as follows: A random elements is selected from a sampler DA as follows:
(element, _), (VO, _) = get_random(seed, DA) element, VO = get_random(seed, DA)
where VO is the O(log N) verification object (a trace through the where VO is the O(log N) verification object (a trace through the
Merkle tree) Merkle tree)
Expand Down

0 comments on commit 0d20ea8

Please sign in to comment.