You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the following error when trying to place the order.
panic: should not happen : &{Base:{Type:match Sequence:5 ProductId:ITD-USDT Time:2019-12-09 05:59:55.480850451 +0000 UTC} TradeId:1 TakerOrderId:5820841 MakerOrderId:5820837 Side:sell Price:1.1 Size:10}
goroutine 195 [running]:
github.com/gitbitex/gitbitex-spot/pushing.(*OrderBookStream).runApplier(0xc00008cc40)
/home/ubuntu/go/src/gitbitex-spot/pushing/order_book_stream.go:114 +0x832
created by github.com/gitbitex/gitbitex-spot/pushing.(*OrderBookStream).Start
/home/ubuntu/go/src/gitbitex-spot/pushing/order_book_stream.go:69 +0x8d
exit status 2
The text was updated successfully, but these errors were encountered:
Getting the following error when trying to place the order.
panic: should not happen : &{Base:{Type:match Sequence:5 ProductId:ITD-USDT Time:2019-12-09 05:59:55.480850451 +0000 UTC} TradeId:1 TakerOrderId:5820841 MakerOrderId:5820837 Side:sell Price:1.1 Size:10}
goroutine 195 [running]:
github.com/gitbitex/gitbitex-spot/pushing.(*OrderBookStream).runApplier(0xc00008cc40)
/home/ubuntu/go/src/gitbitex-spot/pushing/order_book_stream.go:114 +0x832
created by github.com/gitbitex/gitbitex-spot/pushing.(*OrderBookStream).Start
/home/ubuntu/go/src/gitbitex-spot/pushing/order_book_stream.go:69 +0x8d
exit status 2
The text was updated successfully, but these errors were encountered: