diff options
| author | Václav Navrátil <vaclav@navratil.vn> | 2024-05-24 16:20:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-24 16:20:25 +0200 |
| commit | f5be59b052e48f9f0352b6207c2c08a85e7d0308 (patch) | |
| tree | edcb5856493effbe45a9c4ac7a8eb3912a6a341e /13.md | |
| parent | 0cb9b605190cb3a821b8d24d27e495bbfe92c09d (diff) | |
Fix of otherwise unverifiable event
I'm reverting a change made by @arkin0x in commit: https://github.com/nostr-protocol/nips/commit/6fb9e54f7b4886272f7464aba2f0971543d8df40#diff-cb504c91ef546f76741fb8fd4c13b1f97e4b5ce2a9d78afa545fb6ec799e06c2L39 which renders the example event unverifiable because of a changed hash.
Diffstat (limited to '13.md')
| -rw-r--r-- | 13.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -35,7 +35,7 @@ Example mined note | |||
| 35 | "created_at": 1651794653, | 35 | "created_at": 1651794653, |
| 36 | "kind": 1, | 36 | "kind": 1, |
| 37 | "tags": [ | 37 | "tags": [ |
| 38 | ["nonce", "776797", "21"] | 38 | ["nonce", "776797", "20"] |
| 39 | ], | 39 | ], |
| 40 | "content": "It's just me mining my own business", | 40 | "content": "It's just me mining my own business", |
| 41 | "sig": "284622fc0a3f4f1303455d5175f7ba962a3300d136085b9566801bc2e0699de0c7e31e44c81fb40ad9049173742e904713c3594a1da0fc5d2382a25c11aba977" | 41 | "sig": "284622fc0a3f4f1303455d5175f7ba962a3300d136085b9566801bc2e0699de0c7e31e44c81fb40ad9049173742e904713c3594a1da0fc5d2382a25c11aba977" |