Skip to content

Commit

Permalink
Update eip155/caip168.md
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Ferland <[email protected]>
  • Loading branch information
Bumblefudge and zachferland committed Dec 14, 2022
1 parent fde6eb4 commit 2d25848
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eip155/caip168.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ implementation. Use of a root CID encoded in [DAG-CBOR][] is recommended.
work?](https://github.com/multiformats/cid#how-does-it-work) in the
[Multiformats CID][] specification for context). It does not include the
multibase, the CID version or the IPLD codec segments. It is assumed that the
IPLD codec is dag-cbor. Verify that the first 32bytes of the `root` CID of
the timestamp anchor proof is equivalent to the 32-byte partial CID extracted
IPLD codec is dag-cbor. Verify that the multihash portion of the `root` CID of
the timestamp proof is equivalent to the multihash extracted
from the transaction data. Equivalence should be checked using a CIDs
library, which can compare oprtions of multihashes encoded in bytes. If the
two partial multihashes are not equivalent, verification MUST fail.
library, which can compare multihash portions encoded in bytes. If the
two multihashes are not equivalent, verification MUST fail.
5) Determine that the transaction has been included in a valid block on the
blockchain referenced by the `chainId`. Number of block confirmations for
acceptance is up to an implementation.
Expand Down

0 comments on commit 2d25848

Please sign in to comment.