Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low reserve error message when submitting claimable balance to 10 accounts via transcation. #9

Open
glind opened this issue Oct 15, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@glind
Copy link

glind commented Oct 15, 2021

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="
}
}

@glind glind added the bug Something isn't working label Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant