BitShares Forum

Main => Technical Support => Topic started by: monsterer on October 12, 2014, 11:42:02 am

Title: blockchain_market_order_book stopped returning any shorts
Post by: monsterer on October 12, 2014, 11:42:02 am
Today, blockchain_market_order_book RPC call isn't listing any shorts for the BTSX/USD market. Previously it was fine and I was getting short_order and cover_order types. Today, I only have cover_order.

The command line for blockchain_market_order_book *is* showing shorts, but I have no idea where it is getting this information from, as it isn't coming back from the RPC call.

Looking at the web_wallet in github, it seems this RPC isn't used. Is it fully working?

Cheers, Paul.
Title: Re: blockchain_market_order_book stopped returning any shorts
Post by: monsterer on October 13, 2014, 09:19:33 pm
Code: [Select]
blockchain_market_list_shorts USD returns loads of shorts, but
Code: [Select]
blockchain_market_order_book USD BTSX returns none.