Improves OTS Verification error message

This commit is contained in:
Vitor Pamplona 2024-09-26 11:55:29 -04:00
parent 824cb4e5f1
commit d23a859f34

View File

@ -95,7 +95,7 @@ class OkHttpBlockstreamExplorer(
Log.d("OkHttpBlockstreamExplorer", "$url $blockHash")
return blockHash
} else {
throw UrlException(it.message)
throw UrlException("Couldn't open $url: " + it.message + " " + it.code)
}
}
}