Skip to content

Commit

Permalink
remove useless "block" tag on OTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
fiatjaf committed Oct 17, 2023
1 parent 202e18f commit cf672b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 03.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ This NIP defines an event with `kind:1040` that can contain an [OpenTimestamps](
"kind": 1040
"tags": [
["e", <event-id>, <relay-url>],
["block", <block-height-as-string>, <block-hash>],
["alt", "opentimestamps attestation"]
],
"content": <base64-encoded OTS file data>
}
```

- The OpenTimestamps proof MUST prove the referenced `e` event id as its digest.
- The `block` tag is optional, it exists to establish a minimum date since which the given event has existed.
- The `content` MUST be the full content of an `.ots` file containing at least one Bitcoin attestation. This file SHOULD contain a **single** Bitcoin attestation and no reference to "pending" attestations since they are useless in this context.

### Example OpenTimestamps proof verification flow
Expand Down

0 comments on commit cf672b7

Please sign in to comment.