Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
raw_orders contains filtered_orders in get_order_book_simple result
Browse files Browse the repository at this point in the history
  • Loading branch information
JahPowerBit committed Apr 9, 2014
1 parent 3a306b3 commit fa4126e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ def make_book(orders, isBidBook):
ask_depth = float(ask_depth.quantize(D('.00000000'), rounding=decimal.ROUND_HALF_EVEN))

#compose raw orders
orders = base_bid_orders + base_ask_orders
orders = filtered_base_bid_orders + filtered_base_ask_orders
for o in orders:
#add in the blocktime to help makes interfaces more user-friendly (i.e. avoid displaying block
# indexes and display datetimes instead)
Expand Down

0 comments on commit fa4126e

Please sign in to comment.