mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-15 03:35:52 +00:00
DeterministicKeyChain. Creation times in the DeterministicKeyChain can't be persisted to protobuf, as that structure has no full-blown protobuf equivalent. This means a couple of DeterministicKeyChain, KeyChainGroup and Wallet factory method variants that take creation dates have been removed. On the other hand, a convenient Wallet.fromWatchingKeyB58(params, xpub, creationDate) has been added. Also adds a test for protobuf-roundtripping watching wallets. Supposed to fix issue #1209.