Skip to content
This repository has been archived by the owner on Jan 14, 2025. It is now read-only.

Commit

Permalink
1.01 : Fix my fails :)
Browse files Browse the repository at this point in the history
  • Loading branch information
langerhans committed Jan 1, 2014
1 parent 81bc4a6 commit 6ac50f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions wallet/src/de/langerhans/wallet/ExchangeRatesProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ public Cursor query(final Uri uri, final String[] projection, final String selec
if (newExchangeRates == null)
newExchangeRates = requestExchangeRates(BLOCKCHAININFO_URL, dogeBtcConversion, BLOCKCHAININFO_FIELDS);



if (newExchangeRates != null)
{
exchangeRates = newExchangeRates;
Expand Down Expand Up @@ -271,7 +269,6 @@ private static Map<String, ExchangeRate> requestExchangeRates(final URL url, flo
{
final JSONObject o = head.getJSONObject(currencyCode);

String rate = null;
for (final String field : fields)
{
final String rate = o.optString(field, null);
Expand Down
2 changes: 1 addition & 1 deletion wallet/src/de/langerhans/wallet/util/GenericUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import javax.annotation.Nonnull;

import com.google.bitcoin.core.NetworkParameters;
import com.google.dogecoin.core.NetworkParameters;

/**
* @author Andreas Schildbach
Expand Down

0 comments on commit 6ac50f7

Please sign in to comment.