jl777 / libjl777

Other
17 stars 21 forks source link

[win32 instantdex] Wrong bid/ask arrays #17

Closed blackyblack closed 9 years ago

blackyblack commented 9 years ago

numbids=1 and bids array is empty. numbids=2 and bids array contains 1 element. Probably 1 off error.

jl777 commented 9 years ago

i think it is a timeshift. the arrays are created in a different thread and the display is for one version in the past. will investigate

blackyblack commented 9 years ago

win32 call:

BitcoinDarkd.exe SuperNET {\"plugin\":\"InstantDEX\",\"method\":\"orderbook\",\"baseid\":\"13851067422609193670\",\"relid\":\"5527630\",\"exchange\":\"nxtae\"}

should have 3 asks and 0 bids. But both bids and asks arrays are empty.

BitcoinDarkd.exe SuperNET {\"plugin\":\"InstantDEX\",\"method\":\"orderbook\",\"baseid\":\"7110939398145553585\",\"relid\":\"5527630\",\"exchange\":\"nxtae\"}

should have 5 bids and 17 asks. But both bids and asks arrays have 5 items.

jl777 commented 9 years ago

this appears to be win specific, maybe due to it being based off of old version

blackyblack commented 9 years ago

Looks like fixed in the newer version.