mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
RefreshWallet: Comment how to get a test wallet.
This commit is contained in:
parent
8d6d0e2ebc
commit
840df06b79
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
* 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 class RefreshWallet {
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
|
|
Loading…
Add table
Reference in a new issue