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