Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
decentralgabe committed Aug 13, 2024
1 parent f5e5337 commit b21d9ab
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b21d9ab

Please sign in to comment.