mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
WalletAppKit: Fix old API link in comment.
This commit is contained in:
parent
e0507fa777
commit
b2d7b95450
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ public class WalletAppKit extends AbstractIdleService {
|
|||
|
||||
/**
|
||||
* If true (the default) then the startup of this service won't be considered complete until the network has been
|
||||
* brought up, peer connections established and the block chain synchronised. Therefore {@link #startAndWait()} can
|
||||
* brought up, peer connections established and the block chain synchronised. Therefore {@link #awaitRunning()} can
|
||||
* potentially take a very long time. If false, then startup is considered complete once the network activity
|
||||
* begins and peer connections/block chain sync will continue in the background.
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue