Skip to content

Commit

Permalink
fix: location commitment metadata ID
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Oct 21, 2024
1 parent b81945a commit f94d93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ type LocationCommitmentMetadata struct {
}

func (l *LocationCommitmentMetadata) ID() multicodec.Code {
return EqualsClaimID
return LocationCommitmentID
}
func (l *LocationCommitmentMetadata) MarshalBinary() ([]byte, error) { return marshalBinary(l) }
func (l *LocationCommitmentMetadata) UnmarshalBinary(data []byte) error {
Expand Down

0 comments on commit f94d93d

Please sign in to comment.