Skip to content

Commit

Permalink
Altered StorageManager.java
Browse files Browse the repository at this point in the history
  • Loading branch information
dmccoystephenson committed Sep 18, 2021
1 parent be4323f commit b130ca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ private void loadRetiredCurrencies() {

for (Map<String, String> currencyData : data){
Currency currency = new Currency(currencyData);
PersistentData.getInstance().addActiveCurrency(currency);
PersistentData.getInstance().addRetiredCurrency(currency);
}
}

Expand Down

0 comments on commit b130ca8

Please sign in to comment.