diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-12-03 01:33:25 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-12-03 01:36:06 +0100 |
commit | 8683c93613caa4047c4fd874aefb0b7d35fdc038 (patch) | |
tree | d8cbdab473e9f53119db4590f6543a5f0f8a39f8 /src/wallet.ts | |
parent | c33dd75711a39403bd4dd9940caab6d5e6ad2d77 (diff) |
version bump / pending balance tweaks
Diffstat (limited to 'src/wallet.ts')
-rw-r--r-- | src/wallet.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet.ts b/src/wallet.ts index 432a3e989..89f31f519 100644 --- a/src/wallet.ts +++ b/src/wallet.ts @@ -120,7 +120,7 @@ import { AsyncCondition } from "./util/promiseUtils"; */ export const WALLET_PROTOCOL_VERSION = "3:0:0"; -export const WALLET_CACHE_BREAKER_CLIENT_VERSION = "2"; +export const WALLET_CACHE_BREAKER_CLIENT_VERSION = "3"; const builtinCurrencies: CurrencyRecord[] = [ { |