Skip to content

Commit

Permalink
remove metadata from stamps endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
freigeistig committed Nov 10, 2023
1 parent 84eca71 commit a2262f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,5 @@ func (v VerificationData) Validate() error {
}

func getStampsEndpoint(address string) string {
return fmt.Sprintf("stamps/%s?include_metadata=true", address)
return fmt.Sprintf("stamps/%s?include_metadata=false", address)
}

0 comments on commit a2262f1

Please sign in to comment.