Skip to content

Commit

Permalink
Merge pull request #124 from TBD54566975/fixdht
Browse files Browse the repository at this point in the history
DHT create should not include @context
  • Loading branch information
mihai-chiorean authored Mar 22, 2024
2 parents 442e072 + 9870197 commit a7bca9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dids/diddht/diddht.go
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ func CreateWithContext(ctx context.Context, opts ...CreateOption) (did.BearerDID
}

document := didcore.Document{
Context: "https://www.w3.org/ns/did/v1",
ID: bdid.URI,
Service: []*didcore.Service{},
VerificationMethod: []didcore.VerificationMethod{},
Expand Down

0 comments on commit a7bca9a

Please sign in to comment.