viabtc_exchange_server icon indicating copy to clipboard operation
viabtc_exchange_server copied to clipboard

[wiki] balance.history request business type is wrong

Open ceyonur opened this issue 4 years ago • 1 comments

Hello, I'm trying to write a openrpc schema for the viabtc APIs.

It indicates business: business,which can be null,use ',' to separate types, however in the code https://github.com/viabtc/viabtc_exchange_server/blob/08c0eb4a4427fa665e215b990ba10fc2dac73d37/readhistory/rh_reader.c#L27 there is no "like" operator or multiple clauses seperated by ,. Am I missing something or wiki is wrong?

ceyonur avatar Oct 12 '20 13:10 ceyonur

The origin design is support multi business, but it may slow down the query speed, so remove this support.

haipome avatar Dec 16 '20 06:12 haipome