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
As described in this PR by @sirdeggen, "orphan should not be considered success. So we ought to go back and make sure the ARC client is making good decisions about whether or not a tx is considered successfully broadcast."
Steps to Reproduce
Create a new transaction that consumes an already spent output.
Broadcast the transaction to ARC.
The status returned, last tested, says "success" instead of "error".
Expected Behavior
In order to correctly identify broadcast errors using the isBroadcastFailure function, the ARC broadcaster should correctly return errors with status of "error" for all common errors that need to be handled.
The text was updated successfully, but these errors were encountered:
Bug Description
As described in this PR by @sirdeggen, "orphan should not be considered success. So we ought to go back and make sure the ARC client is making good decisions about whether or not a tx is considered successfully broadcast."
Steps to Reproduce
Expected Behavior
In order to correctly identify broadcast errors using the
isBroadcastFailure
function, the ARC broadcaster should correctly return errors with status of "error" for all common errors that need to be handled.The text was updated successfully, but these errors were encountered: