mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 09:47:37 +00:00
update current db version constant
This commit is contained in:
parent
527b0c5d3a
commit
5e256b2e2a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ abstract class Constants {
|
|||
// Enable Logger.print statements
|
||||
static const bool disableLogger = false;
|
||||
|
||||
static const int currentDataVersion = 11;
|
||||
static const int currentDataVersion = 12;
|
||||
|
||||
static const int rescanV1 = 1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue