{
"url": "/space/jci-coin/xcoin/transaction/transfer?accountId=11446",
"status": 500,
"response": {
"error": true,
"message": "Could not do transfer coins, will fix this ASAP !"
},
"textStatus": "error",
"xhr": {
"readyState": 4,
"responseText": "{\"error\":true,\"message\":\"Could not do transfer coins, will fix this ASAP !\"}",
"responseJSON": {
"error": true,
"message": "Could not do transfer coins, will fix this ASAP !"
},
"status": 500,
"statusText": "Internal Server Error"
},
"dataType": "json",
"error": true,
"message": "Could not do transfer coins, will fix this ASAP !",
"errorThrown": "Internal Server Error",
"validationError": false
}
When transferring a coin from following account, i get the error below. https://community.coinsence.org/space/jci-coin/xcoin/account?id=11446
{ "url": "/space/jci-coin/xcoin/transaction/transfer?accountId=11446", "status": 500, "response": { "error": true, "message": "Could not do transfer coins, will fix this ASAP !" }, "textStatus": "error", "xhr": { "readyState": 4, "responseText": "{\"error\":true,\"message\":\"Could not do transfer coins, will fix this ASAP !\"}", "responseJSON": { "error": true, "message": "Could not do transfer coins, will fix this ASAP !" }, "status": 500, "statusText": "Internal Server Error" }, "dataType": "json", "error": true, "message": "Could not do transfer coins, will fix this ASAP !", "errorThrown": "Internal Server Error", "validationError": false }