summaryrefslogtreecommitdiff
path: root/src/util/amounts.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-04-02 20:44:12 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-04-02 20:44:12 +0530
commit95e638f513c6e8e5b4ab32981a1f8900b43700c7 (patch)
tree6a9a358259815a7de8ded76bad78b934d5f83040 /src/util/amounts.ts
parent05e43bb259810c305cf69f9323017d6a682c8213 (diff)
downloadwallet-core-95e638f513c6e8e5b4ab32981a1f8900b43700c7.tar.gz
wallet-core-95e638f513c6e8e5b4ab32981a1f8900b43700c7.tar.bz2
wallet-core-95e638f513c6e8e5b4ab32981a1f8900b43700c7.zip
cosmetics and comments
Diffstat (limited to 'src/util/amounts.ts')
-rw-r--r--src/util/amounts.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/amounts.ts b/src/util/amounts.ts
index aee7b12b5..f9946393f 100644
--- a/src/util/amounts.ts
+++ b/src/util/amounts.ts
@@ -348,4 +348,4 @@ export const Amounts = {
isZero: isZero,
maxAmountValue: maxAmountValue,
fromFloat: fromFloat,
-}; \ No newline at end of file
+};