Skip to content

Commit 9ea5292

Browse files
Merge branch 'develop' into master
2 parents 4bd644a + 5a58f76 commit 9ea5292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Core/EthereumNetwork/Request/APIRequest+Methods.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fileprivate enum JsonRpcErrorCode {
127127
case -32603:
128128
return .internalError
129129
default:
130-
if (-32000)...(-32099) ~= code {
130+
if (-32099)...(-32000) ~= code {
131131
return .serverError(code)
132132
}
133133
return nil

0 commit comments

Comments
 (0)