mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-02-12 10:15:52 +00:00
Wallet template: the appkit enables autosaving automatically, so it's unnecessary to repeat that.
This commit is contained in:
parent
7455135d3d
commit
efb6349a50
@ -75,8 +75,7 @@ public class Main extends Application {
|
|||||||
|
|
||||||
// Now configure and start the appkit. This will take a second or two - we could show a temporary splash screen
|
// Now configure and start the appkit. This will take a second or two - we could show a temporary splash screen
|
||||||
// or progress widget to keep the user engaged whilst we initialise, but we don't.
|
// or progress widget to keep the user engaged whilst we initialise, but we don't.
|
||||||
bitcoin.setAutoSave(true)
|
bitcoin.setDownloadListener(controller.progressBarUpdater())
|
||||||
.setDownloadListener(controller.progressBarUpdater())
|
|
||||||
.setBlockingStartup(false)
|
.setBlockingStartup(false)
|
||||||
.startAndWait();
|
.startAndWait();
|
||||||
// Don't make the user wait for confirmations for now, as the intention is they're sending it their own money!
|
// Don't make the user wait for confirmations for now, as the intention is they're sending it their own money!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user