From 93e3d52735b35a0b5405ed774a5bf0dbc8d8e8f2 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 14 Feb 2017 19:45:22 +0100 Subject: remove repurchase correlation id --- src/wxBackend.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/wxBackend.ts') diff --git a/src/wxBackend.ts b/src/wxBackend.ts index cdc8f4392..5957e1e1b 100644 --- a/src/wxBackend.ts +++ b/src/wxBackend.ts @@ -35,7 +35,7 @@ import * as logging from "./logging"; "use strict"; const DB_NAME = "taler"; -const DB_VERSION = 14; +const DB_VERSION = 15; import {Stores} from "./wallet"; import {Store, Index} from "./query"; @@ -194,10 +194,6 @@ function makeHandlers(db: IDBDatabase, let amount = AmountJson.checked(detail.amount); return wallet.getReserveCreationInfo(detail.baseUrl, amount); }, - ["check-repurchase"]: function (detail, sender) { - let contract = Contract.checked(detail.contract); - return wallet.checkRepurchase(contract); - }, ["get-history"]: function (detail, sender) { // TODO: limit history length return wallet.getHistory(); -- cgit v1.2.3