mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-11-02 21:47:18 +00:00
Request 11 peers by default in wallet-template
This commit is contained in:
@@ -96,6 +96,7 @@ public class Main extends Application {
|
||||
.startAndWait();
|
||||
// Don't make the user wait for confirmations for now, as the intention is they're sending it their own money!
|
||||
bitcoin.wallet().allowSpendingUnconfirmedTransactions();
|
||||
bitcoin.peerGroup().setMaxConnections(11);
|
||||
System.out.println(bitcoin.wallet());
|
||||
controller.onBitcoinSetup();
|
||||
mainWindow.show();
|
||||
|
||||
Reference in New Issue
Block a user