Skip to content

Commit

Permalink
Add back did:dht resolver to DIDResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
amika-sq committed Feb 16, 2024
1 parent 5a939c4 commit 9b56c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Web5/Dids/Resolution/DIDResolver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public enum DIDResolver {

private static var methodResolvers: [String: DIDMethodResolver] = {
let defaultResolvers: [DIDMethodResolver] = [
DIDDHT.Resolver(),
DIDJWK.Resolver(),
DIDIon.Resolver(),
DIDWeb.Resolver()
Expand Down

0 comments on commit 9b56c52

Please sign in to comment.