forked from lthn/blockchain
wallet: WALLET_FILE_SERIALIZATION_VERSION bump up 161 -> 162
This commit is contained in:
parent
937301997a
commit
c403440287
1 changed files with 2 additions and 2 deletions
|
|
@ -250,8 +250,8 @@
|
|||
#define BC_OFFERS_CURRENCY_MARKET_FILENAME "market.bin"
|
||||
|
||||
#ifndef TESTNET
|
||||
#define WALLET_FILE_SERIALIZATION_VERSION 161
|
||||
#define WALLET_FILE_LAST_SUPPORTED_VERSION 161
|
||||
#define WALLET_FILE_SERIALIZATION_VERSION 162
|
||||
#define WALLET_FILE_LAST_SUPPORTED_VERSION 162
|
||||
#else
|
||||
#define WALLET_FILE_LAST_SUPPORTED_VERSION (CURRENCY_FORMATION_VERSION+76)
|
||||
#define WALLET_FILE_SERIALIZATION_VERSION (CURRENCY_FORMATION_VERSION+76)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue