Skip to content

Commit

Permalink
Rollback feature related to add time, this will be a separate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Giagante committed Oct 18, 2021
1 parent b4eca20 commit f38b463
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions app/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -500,9 +500,6 @@ function refreshExchangeRates() {
}
}

function getExchangeRatesUpdateTime() {
return global.exchangeRatesUpdateTime;
}

function getExchangeFromExchangeRateExtensions() {
// Any other kind of currency conversion must use the BCHUSD base conversion rate to be calculated, in consecuence --no-rates must be disabled.
Expand Down Expand Up @@ -899,6 +896,5 @@ module.exports = {
outputTypeAbbreviation: outputTypeAbbreviation,
outputTypeName: outputTypeName,
serviceBitsToName: serviceBitsToName,
perfMeasure: perfMeasure,
getExchangeRatesUpdateTime: getExchangeRatesUpdateTime,
perfMeasure: perfMeasure
};
2 changes: 0 additions & 2 deletions views/includes/value-display.pug
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,3 @@ if (currencyValue > 0)

else
span.text-monospace 0
br
small #{utils.getExchangeRatesUpdateTime()}

0 comments on commit f38b463

Please sign in to comment.