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
RPC will send a response with a clear error message.
Some validation failures signalize that this error can be returned to the caller/requester, but some of them should trigger panic. So after introducing errors, panics from tx_pool::validation should be removed and called, if necessary, on upper levels.
The text was updated successfully, but these errors were encountered:
This is mainly useful for RPC and validation:
tx_pool::validation
should be removed and called, if necessary, on upper levels.The text was updated successfully, but these errors were encountered: