Skip to content

Commit

Permalink
Test without cythonization
Browse files Browse the repository at this point in the history
  • Loading branch information
Herklos committed Mar 9, 2021
1 parent c71f279 commit 786582c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octobot_trading/personal_data/portfolios/portfolio.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ cdef class Portfolio(util.Initializable):
cdef void _reset_currency_portfolio_available(self, str currency_to_reset, object reset_quantity)

cdef bint _check_available_should_update(order_class.Order order)
cpdef double _ensure_portfolio_update_validness(str currency, double origin_quantity, double update_quantity)
# cpdef double _ensure_portfolio_update_validness(str currency, double origin_quantity, double update_quantity)

0 comments on commit 786582c

Please sign in to comment.