summaryrefslogtreecommitdiff
path: root/src/types/transactions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/transactions.ts')
-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[];
}