lib/cryptum/ui/portfolio.rb in cryptum-0.0.295 vs lib/cryptum/ui/portfolio.rb in cryptum-0.0.296
- old
+ new
@@ -202,9 +202,11 @@
color: :red,
string: "#{maker_fee}% & #{taker_fee}% | $#{volume_tier_out}".rjust(col_just3, '.')
)
portfolio_win.refresh
+
+ event_history
rescue Interrupt
# Exit Gracefully if CTRL+C is Pressed During Session
Cryptum.exit_gracefully(which_self: self)
rescue StandardError => e
raise e