Skip to content

Commit

Permalink
Fix wrong response in test #2 for trace_rawTransaction (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sixtysixter authored Jun 18, 2024
1 parent 7ecddfe commit 7bc23bc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions integration/mainnet/trace_rawTransaction/test_02.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,9 @@
]
},
"response": {
"error": {
"code": -32000,
"message": "fee cap less than block base fee: address 0x52bc44d5378309ee2abf1539bf71de1b7d7be3b5, gasFeeCap: 1000000000 baseFee: 32031927475"
},
"id": 1,
"jsonrpc": "2.0"
"jsonrpc": "2.0",
"result": null
}
}
]

0 comments on commit 7bc23bc

Please sign in to comment.