We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40b129 commit b6468e8Copy full SHA for b6468e8
src/GWallet.Backend/Ether/EtherServer.fs
@@ -165,6 +165,8 @@ module Server =
165
raise <| ServerUnavailableException(exMsg, httpReqEx)
166
if HttpRequestExceptionMatchesErrorCode httpReqEx (int HttpStatusCode.NotFound) then
167
168
+ if HttpRequestExceptionMatchesErrorCode httpReqEx (int HttpStatusCode.Gone) then
169
+ raise <| ServerUnavailableException(exMsg, httpReqEx)
170
171
// this happened once with ETC (www.ethercluster.com/etc) when trying to broadcast a transaction
172
// (not sure if it's correct to ignore it but I can't fathom how the tx could be a bad request:
0 commit comments