Skip to content

Commit

Permalink
fix exp BlockReceipts
Browse files Browse the repository at this point in the history
  • Loading branch information
lupin012 committed Nov 15, 2024
1 parent ad497aa commit ca1c036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 1 addition & 2 deletions integration/mainnet/eth_getBlockReceipts/test_07.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
},
"response": {
"jsonrpc":"2.0",
"id":1,
"result": null
"id":1
}
}
]
Expand Down
2 changes: 0 additions & 2 deletions integration/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@

"mainnet/debug_traceCall/test_02", # must be complete implementaion on latest

"mainnet/eth_getBlockReceipts/test_07", # new field

"mainnet/debug_traceBlockByHash/test_05", # diff on 1 gas
"mainnet/debug_traceBlockByHash/test_08", # diff on 3 gasCost
"mainnet/debug_traceBlockByHash/test_09", # diff on 60 gasCost, 8473 gas, 16 stack
Expand Down

0 comments on commit ca1c036

Please sign in to comment.