RC2 - Balances and orders do not show up in UI

Issue #682 resolved
Desrever Nu created an issue

No description provided.

Comments (4)

  1. Desrever Nu reporter

    replaced the variable with a method based on modes:

    function isBotRunning()
    {
        if(mode == "halted")
            return false;
        else
            return true;
    }
    
  2. Log in to comment