RC2 - With USD pair, StrategyCrypto is started instead of primary!

Issue #689 resolved
Desrever Nu created an issue

No description provided.

Comments (2)

  1. Desrever Nu reporter

    problem lies in here :

     public boolean requiresSecondaryPegStrategy() {
            //Return TRUE when it requires a dedicated NBT peg to something that is not USD
            if (this.pair.equals(CurrencyList.NBT_USD)) {
                return false;
            } else {
                return true;
            }
        }
    
  2. Log in to comment