Skip to content

Commit

Permalink
WalletTool: remove a couple of unused fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehearn committed Apr 27, 2014
1 parent 119d26f commit ebc52ac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tools/src/main/java/com/google/bitcoin/tools/WalletTool.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import com.google.bitcoin.core.*;
import com.google.bitcoin.crypto.KeyCrypterException;
import com.google.bitcoin.net.discovery.DnsDiscovery;
import com.google.bitcoin.net.discovery.PeerDiscovery;
import com.google.bitcoin.params.MainNetParams;
import com.google.bitcoin.params.RegTestParams;
import com.google.bitcoin.params.TestNet3Params;
Expand Down Expand Up @@ -78,11 +77,9 @@ public class WalletTool {
private static PeerGroup peers;
private static Wallet wallet;
private static File chainFileName;
private static PeerDiscovery discovery;
private static ValidationMode mode;
private static String password;
private static org.bitcoin.protocols.payments.Protos.PaymentRequest paymentRequest;
private static TorClient torClient;

public static class Condition {
public enum Type {
Expand Down

0 comments on commit ebc52ac

Please sign in to comment.