You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of eth_call in besu is very restrictive and can't be used to get evm revert reason using eth_call.
The revert reason is returned as part of eth_getTransactionReceipt, when node is running with --revert-reason-enabled=true.
The text was updated successfully, but these errors were encountered:
Implementation of
eth_call
in besu is very restrictive and can't be used to getevm revert reason
usingeth_call
.The
revert reason
is returned as part ofeth_getTransactionReceipt
, when node is running with--revert-reason-enabled=true
.The text was updated successfully, but these errors were encountered: