Skip to content

Commit

Permalink
Update IPNS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias authored Jan 25, 2023
1 parent f0dbad5 commit c578c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipns/IPNS.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ A logical IPNS record is a data structure containing the following fields:
- **TTL** (uint64)
- A hint for how long (in nanoseconds) the record should be cached before going back to, for instance the DHT, in order to check if it has been updated.
- Implementations MUST include this value in both `IpnsEntry.ttl` and inside the DAG-CBOR document at `IpnsEntry.data[ttl]`.
- Suggested default: 12 hours (43 200 000 000 000 nanosecdonds).
- Suggested default: 12 hours (43 200 000 000 000 nanoseconds).
- **Public Key** (bytes)
- Public key used to sign this record.
- If public key is small enough to fit in IPNS name (e.g., Ed25519 keys inlined using `identity` multihash), `IpnsEntry.pubKey` field is redundant and MAY be skipped to save space.
Expand Down

0 comments on commit c578c9a

Please sign in to comment.