diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-04-13 16:08:41 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-04-13 16:08:41 +0200 |
commit | 75cf7ac3c3a00b29fab15b1fe3696617918fc643 (patch) | |
tree | 13fbf5fae108a19ba21f48360ea21bfdb8969540 /src/wxBackend.ts | |
parent | ace1a1be349c279fe87b536f786bb32c4e17f889 (diff) |
simplify coin status, don't show refreshed coins in balance
Diffstat (limited to 'src/wxBackend.ts')
-rw-r--r-- | src/wxBackend.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |