aboutsummaryrefslogtreecommitdiff
path: root/src/types/transactions.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-22 14:22:03 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-22 14:22:03 +0530
commite60563fb540c04d9ba751fea69c1fc0f1de598b5 (patch)
tree45f7c86b66dc150d413f9855efaa6341e4a44624 /src/types/transactions.ts
parentf4a8702b3cf93f9edf96d1d1c8cb88baa309e301 (diff)
downloadwallet-core-e60563fb540c04d9ba751fea69c1fc0f1de598b5.tar.xz
consistent error handling for HTTP request (and some other things)
Diffstat (limited to 'src/types/transactions.ts')
-rw-r--r--src/types/transactions.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/types/transactions.ts b/src/types/transactions.ts
index b87726bad..d62622648 100644
--- a/src/types/transactions.ts
+++ b/src/types/transactions.ts
@@ -119,7 +119,7 @@ interface WithdrawalDetailsForManualTransfer {
/**
* Payto URIs that the exchange supports.
- *
+ *
* Already contains the amount and message.
*/
exchangePaytoUris: string[];