bug: symbol resolving is incorrect
Closed this issue · 1 comments
0xmountaintop commented
As discussed in https://github.com/Fluidex/tmp_frontend/issues/61#issuecomment-810803680
- https://github.com/Fluidex/dingir-exchange/blob/50da807e2c3652f6a2a7f0ec2090f4c63e88ade6/src/restapi/tradingview.rs#L174
- https://github.com/Fluidex/dingir-exchange/blob/50da807e2c3652f6a2a7f0ec2090f4c63e88ade6/src/restapi/tradingview.rs#L279
look incorrect (forgetting to throw away the 'exchange:' prefix)
Returning a full_name identical to name is a temp fix :749cd0b
But we still prefer returning a full_name with exchange prefix, to comfort the standard.
noel2004 commented
I will look into it