mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-01 21:17:13 +00:00
RefreshWallet: Comment how to get a test wallet.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user