Skip to content

Commit

Permalink
ipns: explicit signatureV1 field
Browse files Browse the repository at this point in the history
this removes any confusion around V1 and V2
  • Loading branch information
lidel committed Sep 12, 2022
1 parent e6c9544 commit 2da0d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPNS.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ message IpnsEntry {
optional bytes value = 1;
// unused legacy field, use 'signatureV2' instead
optional bytes signature = 2;
optional bytes signatureV1 = 2;
// deserialized copies of data[validityType] and data[validity]
optional ValidityType validityType = 3;
Expand Down

0 comments on commit 2da0d5d

Please sign in to comment.