diff --git a/examples/src/main/java/org/bitcoinj/examples/RefreshWallet.java b/examples/src/main/java/org/bitcoinj/examples/RefreshWallet.java index fc9c50008..0c4a40a73 100644 --- a/examples/src/main/java/org/bitcoinj/examples/RefreshWallet.java +++ b/examples/src/main/java/org/bitcoinj/examples/RefreshWallet.java @@ -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 {