From 7ccd81c46227c916d73e88c0c56bbd9afd7a0740 Mon Sep 17 00:00:00 2001 From: Mike Hearn Date: Sun, 10 Feb 2013 14:36:25 +0100 Subject: [PATCH] Update TODO list at top of wallet class. --- core/src/main/java/com/google/bitcoin/core/Wallet.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main/java/com/google/bitcoin/core/Wallet.java b/core/src/main/java/com/google/bitcoin/core/Wallet.java index 11c78ec9..a6d3a96e 100644 --- a/core/src/main/java/com/google/bitcoin/core/Wallet.java +++ b/core/src/main/java/com/google/bitcoin/core/Wallet.java @@ -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. // - 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. -// - Coin selection // - [Auto]saving to a backing store // - Key management // - just generally make Wallet smaller and easier to work with