Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: err msg for eth_callMany (#12029)
if revert happend in eth_callMany, the error will be included in the normal result rather than error result, and the revert info will be ignored when response marshaling. current response: `{ ...... "error": {} ...... }` expected response: `{ ...... "error": { "message": "execution reverted: ......", "data": "0x......" } ...... }`
- Loading branch information