KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
104 stars 95 forks source link

KMD/VRSC swap failed with negotiate failed #475

Closed tonymorony closed 5 years ago

tonymorony commented 5 years ago

iOS

log-7.txt

image

artemii235 commented 5 years ago

@tonymorony Thanks for the report! Looks like networking issue, should have been worked using HTTP fallback though, but didn't. We will investigate it.

artemii235 commented 5 years ago
"data": {
   "error": "lp_swap:819] !check_i_have_enough_to_trade utxo:1194] VRSC balance 0.3741035000000000 is too low, required 0.37411348"
},
"type": "StartFailed"

Seems like maker side attempted to trade more than available or there's calculation error in MM2. Same as this one: https://github.com/KomodoPlatform/atomicDEX-API/issues/471

artemii235 commented 5 years ago

Closing as duplicate.