remove #FIX which was fixed
This commit is contained in:
parent
dc1ad3cbf6
commit
7b49f746d1
@ -226,8 +226,6 @@ class RPC(object):
|
|||||||
|
|
||||||
bp_pair, bp_rate = best_pair
|
bp_pair, bp_rate = best_pair
|
||||||
|
|
||||||
# FIX: we want to keep fiatconverter in a state/environment,
|
|
||||||
# doing this will utilize its caching functionallity, instead we reinitialize it here
|
|
||||||
# Prepare data to display
|
# Prepare data to display
|
||||||
profit_closed_coin_sum = round(sum(profit_closed_coin), 8)
|
profit_closed_coin_sum = round(sum(profit_closed_coin), 8)
|
||||||
profit_closed_percent = round(nan_to_num(mean(profit_closed_percent)) * 100, 2)
|
profit_closed_percent = round(nan_to_num(mean(profit_closed_percent)) * 100, 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user