remove unused imports and unused local variables

This commit is contained in:
Peter Stockli
2015-06-23 19:51:41 +02:00
parent 2209b9b734
commit e25e561560
18 changed files with 0 additions and 41 deletions

View File

@@ -23,7 +23,6 @@ import org.bitcoinj.store.BlockStore;
import org.bitcoinj.store.MemoryBlockStore;
import java.io.File;
import java.net.InetAddress;
/**
* RefreshWallet loads a wallet, then processes the block chain to update the transaction pools within it.