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 submitting erroneous transactions, which stellar-core fails instantaneously (without being submitted for consensus), the resulting XDR (TransactionResult) is shown and has an incorrect feeCharged value. It shows the value of fees offered, although they haven't been charged.
This is confirmed to happen with txBAD_AUTH, txBAD_AUTH_EXTRA, txTOO_EARLY and txINSUFFICIENT_FEE.
It does not happen with txBAD_SEQ and txNO_ACCOUNT. Probably because these have special handling in horizon.
According to @MonsieurNicolas, while these TransactionResult XDRs are coming from stellar-core, they should be presented differently to the clients, as the transactions were never submitted for consensus.