mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
followup
This commit is contained in:
parent
6339c3a7d7
commit
90355a653f
1 changed files with 1 additions and 1 deletions
|
@ -229,8 +229,8 @@ public class SettingsController extends WalletFormController implements Initiali
|
||||||
totalKeystores.setValue(1);
|
totalKeystores.setValue(1);
|
||||||
} else if(wallet.getPolicyType().equals(PolicyType.MULTI)) {
|
} else if(wallet.getPolicyType().equals(PolicyType.MULTI)) {
|
||||||
multisigControl.setMax(Math.max(multisigControl.getMax(), wallet.getKeystores().size()));
|
multisigControl.setMax(Math.max(multisigControl.getMax(), wallet.getKeystores().size()));
|
||||||
multisigControl.lowValueProperty().set(wallet.getDefaultPolicy().getNumSignaturesRequired());
|
|
||||||
multisigControl.highValueProperty().set(wallet.getKeystores().size());
|
multisigControl.highValueProperty().set(wallet.getKeystores().size());
|
||||||
|
multisigControl.lowValueProperty().set(wallet.getDefaultPolicy().getNumSignaturesRequired());
|
||||||
totalKeystores.bind(multisigControl.highValueProperty());
|
totalKeystores.bind(multisigControl.highValueProperty());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue