systematically remove "secondarypeg"

Issue #341 resolved
Desrever Nu created an issue

No description provided.

Comments (3)

  1. Benjamin Cordes

    yes. this should not be in options, but could be in global

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