aboutsummaryrefslogtreecommitdiff
path: root/lib/wallet/helpers.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-01 19:39:17 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-01 19:39:17 +0100
commit9a197d619c02f7787311b191da3da693380304b6 (patch)
tree1e2132a4b9d8ba1e7c16705acf0a6269c54644a1 /lib/wallet/helpers.ts
parent65eabbf6daceb6a183014b2f09341fd73ca73c21 (diff)
downloadwallet-core-9a197d619c02f7787311b191da3da693380304b6.tar.xz
mint->exchange
Diffstat (limited to 'lib/wallet/helpers.ts')
-rw-r--r--lib/wallet/helpers.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/wallet/helpers.ts b/lib/wallet/helpers.ts
index 99913e558..a7d164102 100644
--- a/lib/wallet/helpers.ts
+++ b/lib/wallet/helpers.ts
@@ -36,7 +36,7 @@ export function amountToPretty(amount: AmountJson): string {
/**
- * Canonicalize a base url, typically for the mint.
+ * Canonicalize a base url, typically for the exchange.
*
* See http://api.taler.net/wallet.html#general
*/
@@ -62,4 +62,4 @@ export function parsePrettyAmount(pretty: string): AmountJson {
fraction: res[2] ? (parseFloat(`0.${res[2]}`) * 1e-6) : 0,
currency: res[3]
}
-} \ No newline at end of file
+}