mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-09 04:18:17 +02:00
followup
This commit is contained in:
parent
6339c3a7d7
commit
90355a653f
@ -229,8 +229,8 @@ public class SettingsController extends WalletFormController implements Initiali
|
||||
totalKeystores.setValue(1);
|
||||
} else if(wallet.getPolicyType().equals(PolicyType.MULTI)) {
|
||||
multisigControl.setMax(Math.max(multisigControl.getMax(), wallet.getKeystores().size()));
|
||||
multisigControl.lowValueProperty().set(wallet.getDefaultPolicy().getNumSignaturesRequired());
|
||||
multisigControl.highValueProperty().set(wallet.getKeystores().size());
|
||||
multisigControl.lowValueProperty().set(wallet.getDefaultPolicy().getNumSignaturesRequired());
|
||||
totalKeystores.bind(multisigControl.highValueProperty());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user