mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-09 00:04:55 +00:00
followup
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user