bitcoinj/examples
Sean Gilligan 62fecfa37c ForwardingService: don't wait for blockchain synchronization before entering RUNNING state
This will speed up synchronization because the .setMaxConnections() call
will occur before synchronization is finished and the necessary number of Peers
will be found sooner.

Also IMO this a better example because most apps should not block while syncing the chain.
2022-07-28 14:45:07 +02:00
..
src/main ForwardingService: don't wait for blockchain synchronization before entering RUNNING state 2022-07-28 14:45:07 +02:00
build.gradle build.gradle: add detailed deprecation warnings to all modules 2022-04-19 10:07:55 +02:00