From 00b25fa66a2263ac675b070c969295973101098d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 4 Jun 2017 20:25:28 +0200 Subject: check trust by key, not by URL --- src/types.ts | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/types.ts') 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. */ -- cgit v1.2.3