3
0
mirror of https://github.com/Qortal/altcoinj.git synced 2025-02-15 11:45:51 +00:00

RefreshWallet: Comment how to get a test wallet.

This commit is contained in:
Andreas Schildbach 2016-03-30 13:11:44 +02:00
parent 8d6d0e2ebc
commit 840df06b79

View File

@ -27,6 +27,7 @@ import org.bitcoinj.core.listeners.WalletCoinsReceivedEventListener;
/**
* RefreshWallet loads a wallet, then processes the block chain to update the transaction pools within it.
* To get a test wallet you can use wallet-tool from the tools subproject.
*/
public class RefreshWallet {
public static void main(String[] args) throws Exception {