Open quankori opened 4 months ago
This error usually has to do the fees for this transaction is not sufficient.
More about the txMalformed
error here: https://developers.stellar.org/docs/learn/encyclopedia/errors-and-debugging/debugging-errors#2-core-accepts-the-transaction
To be clear, the transaction is not successful.
I have a code example. I tried the same document, but I still got an issue:
Transaction successful: {"status":"ERROR","hash":"9a707f5b4f49b35313c6ed26cf2f3988a7cf9f06baf124c6e802db37996694f7","latestLedger":496366,"latestLedgerCloseTime":"1720750899","errorResult":{"_attributes":{"feeCharged":{"_value":"0"},"result":{"_switch":{"name":"txMalformed","value":-16}},"ext":{"_switch":0}}}}
I don't know if it is a bug or an issue in my code :(( I used stellar-sdk version 12.1.0 and node version 22.3.0