Skip to content

Commit

Permalink
Merge pull request #283 from cloudclaim/main
Browse files Browse the repository at this point in the history
chore: fix some comments
  • Loading branch information
bumblefudge authored Jul 18, 2024
2 parents 31e0de4 + 81c2d99 commit e396a1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CAIPs/caip-168.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ efficiently publish a blockchain anchor by publishing only the Merkle root over
a set of inputs and allowing verification that a given piece of data was
included in the set through a Merkle proof.

Again IPLD offers a natural and standard way to to encode a Merkle tree, with
Again IPLD offers a natural and standard way to encode a Merkle tree, with
the added benefit of allowing anyone to easily resolve the entire tree, paths or
subset of the tree when verifying a Merkle proof. We suggest encoding a IPLD
Merkle tree as follows, but IPLD is self descriptive enough that verification is
Expand Down Expand Up @@ -185,7 +185,7 @@ based IPLD data structure mapping to the prior CID in a log.
The following algorithm describes the steps required to verify a given anchor
proof. If any step fails, an error MUST be raised.

1) Resolve blockhain anchor CID (anchor_proof.proof).
1) Resolve blockchain anchor CID (anchor_proof.proof).
2) Resolve blockchain transaction by `txHash` CID and `chainId`.
3) Verify that the blockchain transaction includes the blockchain anchor root
(`blockchain_anchor.root`) in its payload. How it is included in the
Expand Down

0 comments on commit e396a1d

Please sign in to comment.