Issuer Does Not Reflect the Asset Total Supply in Stellar Expert
trybal --> Transaction failed:
{
"type": "https://stellar.org/horizon-errors/transaction_failed",
"title": "Transaction Failed",
"status": 400,
"detail": "The transaction failed when submitted to the stellar network. The extras.result_codes
field on this response contains further details. Descriptions of each code can be found at: https://www.stellar.org/developers/guides/concepts/list-of-operations.html",
"extras": {
"envelope_xdr": "AAAAAgAAAAA2t5hkJfyGWH4tn50sOeo/uh5KEsbm0OSs2z3SBOn7ywAAAGQB0MuTAAAABwAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAABAAAAADa3mGQl/IZYfi2fnSw56j+6HkoSxubQ5KzbPdIE6fvLAAAAAQAAAAC1HkewmIwIo1Y8lXMAlSt67oTfPszQzovmXan1jUzTQwAAAAFTV0wAAAAAADa3mGQl/IZYfi2fnSw56j+6HkoSxubQ5KzbPdIE6fvLAAANpHWr8AAAAAAAAAAAAQTp+8sAAABAL9MnACscUmlTKCmvOeFYh4/a9h76MvThfLhuPOpm12X9opuB6VyWE/Hw2u4tlaI411WlUW72athGCV3lHcf8BQ==",
"result_codes": {
"transaction": "tx_failed",
"operations": [
"op_line_full"
]
},
"result_xdr": "AAAAAAAAAGT/////AAAAAQAAAAAAAAAB////+AAAAAA="
}
}
jsim77
I just checked your asset. You already have issued 1.5 million SWL to the distributor. If you want to be able to send SWL to the second trustline you created, you need to authorize that trustline first.
I would advise to remove authorization requirement if it's not absolutely necessary because you will have to do the authorization for every account that's going to trust your asset.
trybal --> Thanks for highlighting.
1) If you want to be able to send SWL to the second trustline you created, you need to authorize that trustline first.
--> How to do that?
2) I would advise to remove authorization requirement if it's not absolutely necessary because you will have to do the authorization for every account that's going to trust your asset.
--> You mean that "Set Flags - Authorization Required"?