aboutsummaryrefslogtreecommitdiff
path: root/src/types.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-06-04 20:25:28 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-06-04 20:25:28 +0200
commit00b25fa66a2263ac675b070c969295973101098d (patch)
treeb030c80a4dc075fe5236a50b7cbf3561434258af /src/types.ts
parent2cf33705c8ef95e04144b2a77cd4a79189136199 (diff)
downloadwallet-core-00b25fa66a2263ac675b070c969295973101098d.tar.xz
check trust by key, not by URL
Diffstat (limited to 'src/types.ts')
-rw-r--r--src/types.ts7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/types.ts b/src/types.ts
index 9a7a79aca..68fde2690 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -154,14 +154,9 @@ export interface AuditorRecord {
*/
export interface ExchangeForCurrencyRecord {
/**
- * Priority for automatic selection when withdrawing.
* FIXME: unused?
*/
- priority: number;
- /**
- * FIXME: unused?
- */
- pinnedPub?: string;
+ exchangePub: string;
/**
* Base URL of the exchange.
*/