upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-10-17 07:38:53 -0300
committerfiatjaf <fiatjaf@gmail.com>2023-10-17 07:38:53 -0300
commitcf672b764bdcb6c33361203c206d5d52270c22ec (patch)
treeb01e8b4053be0ebe0ed12956b6d37c7c2a9f7662
parent202e18f2b256646148805880ed58731c1c8b2b9b (diff)
remove useless "block" tag on OTS.
-rw-r--r--03.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/03.md b/03.md
index 4faf3f1..680cc8b 100644
--- a/03.md
+++ b/03.md
@@ -13,7 +13,6 @@ This NIP defines an event with `kind:1040` that can contain an [OpenTimestamps](
13 "kind": 1040 13 "kind": 1040
14 "tags": [ 14 "tags": [
15 ["e", <event-id>, <relay-url>], 15 ["e", <event-id>, <relay-url>],
16 ["block", <block-height-as-string>, <block-hash>],
17 ["alt", "opentimestamps attestation"] 16 ["alt", "opentimestamps attestation"]
18 ], 17 ],
19 "content": <base64-encoded OTS file data> 18 "content": <base64-encoded OTS file data>
@@ -21,7 +20,6 @@ This NIP defines an event with `kind:1040` that can contain an [OpenTimestamps](
21``` 20```
22 21
23- The OpenTimestamps proof MUST prove the referenced `e` event id as its digest. 22- The OpenTimestamps proof MUST prove the referenced `e` event id as its digest.
24- The `block` tag is optional, it exists to establish a minimum date since which the given event has existed.
25- 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. 23- 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.
26 24
27### Example OpenTimestamps proof verification flow 25### Example OpenTimestamps proof verification flow