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
After the first 2 accounts, we get low reserve in account error. I have 5000 coins, and we are submitting 22 to 10 account that should only require 220 coins.
The low reserve error might be because they don't have enough reserve lumens to add the asset. I'm not sure if it's a stellar problem or a LOBSTR issue - but in order to add a trust line in the app you need a certain number of XLM reserve. I believe it's 3. Perhaps that has something to do with it.
Tx submission 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://developers.stellar.org/api/errors/http-status-codes/horizon-specific/transaction-failed/",
"extras": {
"envelope_xdr": "AAAAAgAAAAC6+JW2Ma01VP0a0O3BfR14V4SgJr0P/C+VxPhCxkwqeQAAAGQCO/+xAAAACQAAAAEAAAAAAAAAAAAAAABhad9OAAAAAAAAAAEAAAAAAAAADgAAAAFNRU9XAAAAALOVeDxkTq1HkYylvOE5eVsHu7Dn2nCSQHF04VNuSjIGAAAAAA0c7wAAAAAKAAAAAAAAAAA1rb4aTfixu0eLe634BpyoxPpWLcrCvAhE++oWuLpQqgAAAAAAAAAAAAAAADWglAoPOlMyokAhnTJ/a568OodWd1tpAcDuapBHkOU/AAAAAAAAAAAAAAAANaCbhDVk4eiDzLyryO8YIbFAHP1gVUq7B4JvDiA2JXMAAAAAAAAAAAAAAAA1ozE9aeKfdFARs8a3wtAT6AU8Ug92ffD1Bdm+3sG2owAAAAAAAAAAAAAAADWjNcYYRNTWYjRAmSf4xGDghoPpwgu7TIayUbyuRUEBAAAAAAAAAAAAAAAANaXGy9bKJmTyCkelHYVQ3aoJyl3AEZI5fxnp3W9hoUMAAAAAAAAAAAAAAAA1peCc9UkhCf9BVkL2pS6H8xKGOUaLeUO1hTjuB0Uw+gAAAAAAAAAAAAAAADWm+Tgy826hlrXCd6kgST1jI2cggbqWLIqfpCFjRquJAAAAAAAAAAAAAAAANajKuIHgYTKA35KwG636O+4mjUuejQqL1rtpNgrMcCMAAAAAAAAAAAAAAAA1qdu5KWIeAF8Cyp+Nwsix5LFLGySIBsAH7QIo7r27+gAAAAAAAAAAAAAAAcZMKnkAAABAuInDPDFdsOsAXqjba/I6raysYuXpEwYmZWX1I22cSVt92Lm7ikt8WkNP2xtlIoW3sNqD5DGwWUdWCGg7PaL7DA==",
"result_codes": {
"transaction": "tx_failed",
"operations": [
"op_low_reserve"
]
},
"result_xdr": "AAAAAAAAAGT/////AAAAAQAAAAAAAAAO/////gAAAAA="
}
}
The text was updated successfully, but these errors were encountered:
After the first 2 accounts, we get low reserve in account error. I have 5000 coins, and we are submitting 22 to 10 account that should only require 220 coins.
The low reserve error might be because they don't have enough reserve lumens to add the asset. I'm not sure if it's a stellar problem or a LOBSTR issue - but in order to add a trust line in the app you need a certain number of XLM reserve. I believe it's 3. Perhaps that has something to do with it.
Tx submission 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://developers.stellar.org/api/errors/http-status-codes/horizon-specific/transaction-failed/","extras": {
"envelope_xdr": "AAAAAgAAAAC6+JW2Ma01VP0a0O3BfR14V4SgJr0P/C+VxPhCxkwqeQAAAGQCO/+xAAAACQAAAAEAAAAAAAAAAAAAAABhad9OAAAAAAAAAAEAAAAAAAAADgAAAAFNRU9XAAAAALOVeDxkTq1HkYylvOE5eVsHu7Dn2nCSQHF04VNuSjIGAAAAAA0c7wAAAAAKAAAAAAAAAAA1rb4aTfixu0eLe634BpyoxPpWLcrCvAhE++oWuLpQqgAAAAAAAAAAAAAAADWglAoPOlMyokAhnTJ/a568OodWd1tpAcDuapBHkOU/AAAAAAAAAAAAAAAANaCbhDVk4eiDzLyryO8YIbFAHP1gVUq7B4JvDiA2JXMAAAAAAAAAAAAAAAA1ozE9aeKfdFARs8a3wtAT6AU8Ug92ffD1Bdm+3sG2owAAAAAAAAAAAAAAADWjNcYYRNTWYjRAmSf4xGDghoPpwgu7TIayUbyuRUEBAAAAAAAAAAAAAAAANaXGy9bKJmTyCkelHYVQ3aoJyl3AEZI5fxnp3W9hoUMAAAAAAAAAAAAAAAA1peCc9UkhCf9BVkL2pS6H8xKGOUaLeUO1hTjuB0Uw+gAAAAAAAAAAAAAAADWm+Tgy826hlrXCd6kgST1jI2cggbqWLIqfpCFjRquJAAAAAAAAAAAAAAAANajKuIHgYTKA35KwG636O+4mjUuejQqL1rtpNgrMcCMAAAAAAAAAAAAAAAA1qdu5KWIeAF8Cyp+Nwsix5LFLGySIBsAH7QIo7r27+gAAAAAAAAAAAAAAAcZMKnkAAABAuInDPDFdsOsAXqjba/I6raysYuXpEwYmZWX1I22cSVt92Lm7ikt8WkNP2xtlIoW3sNqD5DGwWUdWCGg7PaL7DA==",
"result_codes": {
"transaction": "tx_failed",
"operations": [
"op_low_reserve"
]
},
"result_xdr": "AAAAAAAAAGT/////AAAAAQAAAAAAAAAO/////gAAAAA="
}
}
The text was updated successfully, but these errors were encountered: