BitShares Forum
		Main => Technical Support => Topic started by: inarizushi on April 29, 2015, 07:06:26 am
		
			
			- 
				So, I shorted to myself 2 BitSilver yesterday well above the price feed and the autocovers. 
 
 Today, my "recent transactions" pannel is spammed by "automatic market cancel" messages. I covered the incriminated short, but I'm still spammed, 1 message per new block every 10 seconds, so it grows fast.
 
 The incriminated short transaction details :
 - {"type":"short_op_v2_type","data":{"amount":1673425773,"short_index":{"order_price":{"ratio":"0.","quote_asset_id":6,"base_asset_id":0},"owner":"BTS7FTz4cg283FFBkLda21NBecu9M8BpFbAZ","limit_price":{"ratio":"0.000020833333333333","quote_asset_id":6,"base_asset_id":0}}}}
 - Transaction #690f7074
 - Block #2401961
 
 Now my panel looks like that :
 (http://img11.hostingpics.net/thumbs/mini_954572whatitlookslike.png) (http://www.hostingpics.net/viewer.php?id=954572whatitlookslike.png)
 
 What should I do ?
- 
				I've been bitten by a similar bug before. There's a github issue for it, but I can't find it right now. I thought it had been fixed. Edit: https://github.com/BitShares/bitshares/issues/923
 
 There's a short on the SILVER:BTS market where the remaining collateral is not sufficient to cover .0001 SILVER. Such a short should be cancelled automatically by the market engine, but apparently that's not working.
 
 In the console, enter
 wallet_account_order_list
 This will list your open market orders. Find the short in question, note its transaction id (that's the long hex number at the beginning of each entry), and cancel that order with
 
 wallet_market_cancel_order TX_ID
 
 (replacing TX_ID with the transaction id).
 
- 
				Ok, it worked, thanks ! 
 It was indeed just the 0.0001 remaining dust, which was among the open orders, it should have been obvious, but I didn't bother canceling it for some reason.
 
 Still a bug though, and now I have 94 pages of spam  ::)