Skip to content

Commit 8b1c259

Browse files
committed
Update IPNS.md
1 parent 2c925f9 commit 8b1c259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipns/IPNS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ A logical IPNS record is a data structure containing the following fields:
142142
- **TTL** (uint64)
143143
- 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.
144144
- Implementations MUST include this value in both `IpnsEntry.ttl` and inside the DAG-CBOR document at `IpnsEntry.data[ttl]`.
145-
- Suggested default: 12 hours (43 200 000 000 000 nanosecdonds).
145+
- Suggested default: 12 hours (43 200 000 000 000 nanoseconds).
146146
- **Public Key** (bytes)
147147
- Public key used to sign this record.
148148
- 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.

0 commit comments

Comments
 (0)