Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correction on flag bit #194

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion ch11.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ We will be traversing to H~KL~ (6) when we come back to this node.
* H~N~ (12) is of interest, so the flag is 1 and its value is in the hashes field.
* We traverse up to H~MN~, whose value can now be calculated.
* We traverse up again to H~MNOP~, whose value cannot be calculated because we haven't been to H~OP~ yet.
* H~OP~ (13) is given, so the flag is 1 and its hash is the final hash in the hashes field.
* H~OP~ (13) is given, so the flag is 0 and its hash is the final hash in the hashes field.
* We traverse to H~MNOP~, which can now be calculated.
* We traverse to H~IJKLMNOP~, which can now be calculated.
* Finally, we traverse to H~ABCDEFGHIJKLMNOP~, which is the Merkle root, and calculate it!
Expand Down