1
0
Fork 0
forked from lthn/blockchain

wallet_file_size serialization restored

This commit is contained in:
sowle 2020-06-05 15:58:13 +03:00
parent 2cf31bca10
commit fc627bbfe4
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -449,6 +449,7 @@ public:
KV_SERIALIZE(seed)
KV_SERIALIZE(recovered)
KV_SERIALIZE(wallet_local_bc_size)
KV_SERIALIZE(wallet_file_size)
KV_SERIALIZE(name)
KV_SERIALIZE(pass)
END_KV_SERIALIZE_MAP()