forked from lthn/blockchain
wallet file signature fixed to the same length
This commit is contained in:
parent
cfdd8bdc9c
commit
c1760eb660
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@
|
|||
|
||||
|
||||
#define WALLET_FILE_SIGNATURE_OLD 0x1111012101101011LL // Bender's nightmare
|
||||
#define WALLET_FILE_SIGNATURE_V2 0x111101120101011LL // another Bender's nightmare
|
||||
#define WALLET_FILE_SIGNATURE_V2 0x1111011201101011LL // another Bender's nightmare
|
||||
#define WALLET_FILE_MAX_BODY_SIZE 0x88888888L //2GB
|
||||
#define WALLET_FILE_MAX_KEYS_SIZE 10000 //
|
||||
#define WALLET_BRAIN_DATE_OFFSET 1543622400
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue