mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 18:25:51 +00:00
2a8454a85c
At the moment currentKeys map of KeyChainGroup is not restored after deserialization and subsequent call to currentKey produces different key then expected. Proposed solution reconstructs currentKey map on deserialization using stored numbers of issues keys. It is not future-proof as it assumes only RECEIVE and CHANGE keys are being used.