Hey guys.
I need help with creating accounts I am usingv the C++ Qt SDK and following the get started tutorial and failing.
I got up to the moment to create an account. I do the request but this below is the reply I get.
{
"type": "https://stellar.org/horizon-errors/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/learn/concepts/list-of-operations.html",
"extras": {
"envelope_xdr": "AAAAABB90WssODNIgi6BHveqzxTRmIpvAFRyVNM+Hm2GVuCcAAAAZABiwhcAAKaQAAAAAAAAAAAAAAABAAAAAAAAAAAAAAAAXYMxJlYMsZoUGTcneJbw/UN7poAeshCsTDnZAHLXDagAAAAXSHboAAAAAAAAAAABhlbgnAAAAEDOx9yOdfNNd4SkGDHxmwkIovlRMQyrUPI0CseVeS28lhubD6IyjJJ3SSXTUp2wh6X3aMkv1ZJl6fmLb1ThIeIL",
"result_codes": {
"transaction": "tx_failed",
"operations": [
"op_already_exists"
]
},
"result_xdr": "AAAAAAAAAGT/////AAAAAQAAAAAAAAAA/////AAAAAA="
}
}
Can someone help me out and point to where I am going wrong ?
Thanks in advance.