There was an error while loading. Please reload this page.
1 parent f489ed8 commit cb43883Copy full SHA for cb43883
jsonrpcserver/result.py
@@ -31,7 +31,7 @@ def __repr__(self) -> str:
31
32
33
# Union of the two valid result types
34
-Result = Either[SuccessResult, ErrorResult]
+Result = Either[ErrorResult, SuccessResult]
35
36
37
# Helpers
0 commit comments