From b21d9ab5b47bee7302336c95c1a6bddecd16995a Mon Sep 17 00:00:00 2001 From: gabe Date: Mon, 12 Aug 2024 20:11:58 -0700 Subject: [PATCH] remove unused --- dids/src/main/kotlin/web5/sdk/dids/methods/dht/DhtClient.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/dids/src/main/kotlin/web5/sdk/dids/methods/dht/DhtClient.kt b/dids/src/main/kotlin/web5/sdk/dids/methods/dht/DhtClient.kt index 253075900..1fafc1281 100644 --- a/dids/src/main/kotlin/web5/sdk/dids/methods/dht/DhtClient.kt +++ b/dids/src/main/kotlin/web5/sdk/dids/methods/dht/DhtClient.kt @@ -81,7 +81,6 @@ internal class DhtClient( * @throws PkarrRecordNotFoundException if the record is not found. * @throws PkarrRecordResponseException if the response from the dht gateway is not successful. */ - @OptIn(ExperimentalStdlibApi::class) @Throws(PkarrRecordResponseException::class, PkarrRecordNotFoundException::class) fun pkarrGet(id: String): Bep44Message { val publicKey = ZBase32.decode(id)