aboutsummaryrefslogtreecommitdiff
path: root/src/types
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-07-16 21:03:22 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-07-16 21:03:22 +0530
commitdd3a31f33dc54b475b204e15d8d0a5c5e2a70ee8 (patch)
treee005deb080e6bc915ce54201c3aecb2d16fea2df /src/types
parent041911a15f7ad7538fbd81dc4c6cc731b5cd39ab (diff)
downloadwallet-core-dd3a31f33dc54b475b204e15d8d0a5c5e2a70ee8.tar.xz
transactions list
Diffstat (limited to 'src/types')
-rw-r--r--src/types/transactions.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/types/transactions.ts b/src/types/transactions.ts
index aa618cd4e..b87726bad 100644
--- a/src/types/transactions.ts
+++ b/src/types/transactions.ts
@@ -118,13 +118,9 @@ interface WithdrawalDetailsForManualTransfer {
type: WithdrawalType.ManualTransfer;
/**
- * Public key of the reserve that needs to be funded
- * manually.
- */
- reservePublicKey: string;
-
- /**
* Payto URIs that the exchange supports.
+ *
+ * Already contains the amount and message.
*/
exchangePaytoUris: string[];
}