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

spec: add ASICBOOST mitigation #7

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ OP_RETURN 0x24 0xaa21a9ef[32-byte-merkle-root]
The commitment serialization and discovery rules follows the same rules defined
in BIP141.

The merkle root is to be calculated as a merkle tree with all extension block
txids and wtxids as the leaves.
The merkle root is to be calculated as a merkle tree with all extension and
canonical block txids and wtxids as the leaves.

Note that canonical blocks containing entering outputs MUST contain an
extension block commitment (all zeroes if nothing is present in the extension
Expand Down