diff --git a/integration/mainnet/debug_getRawTransaction/test_06.json b/integration/mainnet/debug_getRawTransaction/test_06.json index c2e698e..4859b9f 100644 --- a/integration/mainnet/debug_getRawTransaction/test_06.json +++ b/integration/mainnet/debug_getRawTransaction/test_06.json @@ -11,10 +11,7 @@ "response": { "id": 1, "jsonrpc": "2.0", - "error": { - "code": -32000, - "message": "transaction not found" - } + "result": "0x" } } ] diff --git a/integration/run_tests.py b/integration/run_tests.py index 12a77dc..b611d1c 100755 --- a/integration/run_tests.py +++ b/integration/run_tests.py @@ -25,8 +25,7 @@ api_not_compared = [ "mainnet/engine_getClientVersionV1", # not supported by erigon - "mainnet/trace_rawTransaction", # not supported by erigon - "mainnet/debug_getRawTransaction", # not supported by erigon + "mainnet/trace_rawTransaction" # not supported by erigon ] tests_not_compared = [