Skip to content

Commit

Permalink
integration: enable and fix expected test for debug_getRawTransaction (
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 authored Feb 12, 2025
1 parent aebe434 commit 9a299a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions integration/mainnet/debug_getRawTransaction/test_06.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"response": {
"id": 1,
"jsonrpc": "2.0",
"error": {
"code": -32000,
"message": "transaction not found"
}
"result": "0x"
}
}
]
3 changes: 1 addition & 2 deletions integration/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 9a299a3

Please sign in to comment.