Skip to content

Commit

Permalink
add note about duplicate attestor
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanchristo committed Mar 24, 2022
1 parent 196b3a4 commit f1ffd1a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
8 changes: 6 additions & 2 deletions api/regen/data/v1/tx_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion proto/regen/data/v1/tx.proto
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ service Msg {
// Attest implicitly calls Anchor if the data was not already anchored.
//
// Attest can be called multiple times for the same content hash with different
// attestors and those attestors will be appended to the list of attestors.
// attestors and those attestors will be appended to the list of attestors. If
// the same attestor attempts to attest to the same piece of data, the attestor
// will be ignored and a new attestation with a new timestamp will not be added.
rpc Attest(MsgAttest) returns (MsgAttestResponse);

// DefineResolver defines a resolver URL and assigns it a new integer ID
Expand Down
8 changes: 6 additions & 2 deletions x/data/tx.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1ffd1a

Please sign in to comment.