3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-01-30 23:02:15 +00:00

Update TODO list at top of wallet class.

This commit is contained in:
Mike Hearn 2013-02-10 14:36:25 +01:00
parent e99e4bd63c
commit 7ccd81c462

View File

@ -42,7 +42,6 @@ import static com.google.common.base.Preconditions.*;
// - Make the keychain member protected and switch it to be a hashmap of some kind so key lookup ops are faster. // - Make the keychain member protected and switch it to be a hashmap of some kind so key lookup ops are faster.
// - Refactor how keys are managed to better handle things like deterministic wallets in future. // - Refactor how keys are managed to better handle things like deterministic wallets in future.
// - Decompose the class where possible: break logic out into classes that can be customized/replaced by the user. // - Decompose the class where possible: break logic out into classes that can be customized/replaced by the user.
// - Coin selection
// - [Auto]saving to a backing store // - [Auto]saving to a backing store
// - Key management // - Key management
// - just generally make Wallet smaller and easier to work with // - just generally make Wallet smaller and easier to work with