Skip to content

Commit

Permalink
Merge pull request #374 from gobengo/patch-1
Browse files Browse the repository at this point in the history
fix typo in IPNS.md ‘IpfsEntry’ -> ‘IpnsEntry’
  • Loading branch information
lidel authored Feb 2, 2023
2 parents 34aea14 + f5d18dc commit 5079c34
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 @@ -260,7 +260,7 @@ Finally, the network nodes may also republish their records, so that the records

### Record Creation

IPNS record MUST be serialized as `IpnsEntry` protobuf, and `IpfsEntry.data` MUST be signed using the private key.
IPNS record MUST be serialized as `IpnsEntry` protobuf, and `IpnsEntry.data` MUST be signed using the private key.
Creating a new IPNS record MUST follow the below steps:

1. Create `IpnsEntry` and set `value`, `validity`, `validityType`, `sequence`, and `ttl`
Expand Down

0 comments on commit 5079c34

Please sign in to comment.