Removed a function

This commit is contained in:
2019-05-13 08:54:40 +02:00
parent 9e1f1b8580
commit 9a4548ab35
2 changed files with 3 additions and 3 deletions

View File

@ -41,10 +41,10 @@ public class Exchange implements Configurable, GetJson {
private String name;
private String symbol;
public void setName(String name) {
/* public void setName(String name) {
this.name = name;
}
*/
private final HashMap<AssetPair, TradingAPI> asset_pairs = new HashMap<>();
Exchange(GodWorld world, String symbol) {