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
When broadcasting a tx using POST to /tx, errors from the RPC request are not returned to the client; the client, including esplora, now only sees "RPC error":
client:
% curl -X POST localhost:3001/tx
RPC error%
electrs:
INFO handle POST /tx
DEBUG RPC HTTP 500 error: {"result":null,"error":{"code":-22,"message":"TX decode failed. Make sure the tx has at least one input."},"id":179}
WARN HttpError(400, "RPC error")
This behaviour may have changed recently?
The text was updated successfully, but these errors were encountered:
When broadcasting a tx using POST to /tx, errors from the RPC request are not returned to the client; the client, including esplora, now only sees "RPC error":
client:
electrs:
This behaviour may have changed recently?
The text was updated successfully, but these errors were encountered: