From 75cf7ac3c3a00b29fab15b1fe3696617918fc643 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Apr 2017 16:08:41 +0200 Subject: simplify coin status, don't show refreshed coins in balance --- src/wxBackend.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wxBackend.ts') diff --git a/src/wxBackend.ts b/src/wxBackend.ts index 7b1a2b35e..f31472cca 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 = 15; +const DB_VERSION = 16; import {Stores} from "./wallet"; import {Store, Index} from "./query"; -- cgit v1.2.3