priv_call
doesn't show a revert message, but "invalid params"
#5223
Labels
non mainnet (private networks)
not related to mainnet features - covers privacy, permissioning, IBFT2, QBFT
RPC
Description
As an user, I want to see revert messages on
priv_call
so that I can see errors.Acceptance Criteria
I run
priv_call
on a private contract, the call reverts, and I see the revert reason.Steps to Reproduce (Bug)
eth_call
.priv_call
^ Is that expected or actually a bug?
I do see the revert reason when the tx gets mined, but I get "invalid params" when I just call it using
priv_call
.This is very impractical when simulating calls to see if they'll work before sending them out.
The text was updated successfully, but these errors were encountered: