Skip to content

Commit

Permalink
chore: [#266] cleanup comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andhikayuana committed Nov 21, 2024
1 parent 87dbafc commit f0cc81d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/src/main/java/com/breadwallet/tools/util/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -303,10 +303,6 @@ else if (name == PartnerNames.PUSHERSTAGING) {
/// Description: 1715876807
public static long tieredOpsFee(Context app, long sendAmount) {

/**
* current solution, add default rate based on iOS: https://github.com/litecoin-foundation/litewallet-ios/blob/9ef6ba8f9cf8ef57f3c6056c31304c6197cafa7a/litewallet/Constants/Functions.swift#L44
* and add null checking after `CurrencyDataSource.getInstance(app).getCurrencyByIso(usIso);`
*/
double doubleRate = 83.000;
double sendAmountDouble = new Double(String.valueOf(sendAmount));
String usIso = Currency.getInstance(new Locale("en", "US")).getCurrencyCode();
Expand Down

0 comments on commit f0cc81d

Please sign in to comment.