jl777 / libjl777

Other
17 stars 21 forks source link

[win32 instantdex] Wrong NXT API call #16

Closed blackyblack closed 9 years ago

blackyblack commented 9 years ago

BitcoinDarkd crashed after placebid call:

_cmd.(requestType=getCurrency&currency=3977863981551859762) (3977863981551859762) not asset and not currency ({"errorDescription":"Unknown currency","errorCode":5})

It is mgwLTC asset but NXT call for a currency.

jl777 commented 9 years ago

it seems not the latest source that knows about LTC asset id, but the above shouldnt be the cause of crash. seems win32 specific issue, hopefully we can find out where it is crashing

blackyblack commented 9 years ago

I agree. In another call getCurrency failed but BitcoinDarkd did not crash.

jl777 commented 9 years ago

old version did not succeed in windows to make placebid network call, I think this is the reason for this, so I will close this