Duplication of variables in RPC

Issue #284 resolved
Benjamin Cordes created an issue
private boolean verbose;
private String exchangeName;
private CurrencyPair pair;

duplicates from global

Comments (3)

  1. Desrever Nu

    Removed verbose, left the other variables to allow the RPC client to work independently from Global, also in test.

  2. Log in to comment