lib/cryptum/ui/ticker.rb in cryptum-0.0.327 vs lib/cryptum/ui/ticker.rb in cryptum-0.0.328

- old
+ new

@@ -108,11 +108,9 @@ trend = 'FLAT' margin_percent_open_24h_color = :yellow margin_percent_open_24h_out = "#{Cryptum.flat_arrow} #{beautify_margin_percent_open_24h}% (#{trend})" end - # current_time_out = Time.now.strftime('%Y-%m-%d %H:%M:%S%z') - order_history = order_book[:order_history] open_sell_orders = order_history.select do |order| order[:status] == 'open' && order[:side] == 'sell' end