aboutsummaryrefslogtreecommitdiff
path: root/src/webex/messages.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/webex/messages.ts')
-rw-r--r--src/webex/messages.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/webex/messages.ts b/src/webex/messages.ts
index fd9fe0347..5f63697c1 100644
--- a/src/webex/messages.ts
+++ b/src/webex/messages.ts
@@ -25,7 +25,6 @@ import * as dbTypes from "../types/dbTypes";
import * as walletTypes from "../types/walletTypes";
import { UpgradeResponse } from "./wxApi";
-import { HistoryEvent } from "../types/history";
/**
* Message type information.
@@ -61,10 +60,6 @@ export interface MessageMap {
request: { baseUrl: string };
response: dbTypes.ExchangeRecord;
};
- "get-history": {
- request: {};
- response: HistoryEvent[];
- };
"get-coins": {
request: { exchangeBaseUrl: string };
response: any;