mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-03-26 17:51:46 +01:00
enable create button when sending max payment to a linked paynym
This commit is contained in:
parent
5357b55ef4
commit
689f4abfde
@ -400,7 +400,7 @@ public class SendController extends WalletFormController implements Initializabl
|
||||
|
||||
transactionDiagram.update(walletTransaction);
|
||||
updatePrivacyAnalysis(walletTransaction);
|
||||
createButton.setDisable(walletTransaction == null || isInsufficientFeeRate() || isPayNymMixOnlyPayment(walletTransaction.getPayments()));
|
||||
createButton.setDisable(walletTransaction == null || isInsufficientFeeRate() || isPayNymMixOnlyPayment(getPayments()));
|
||||
});
|
||||
|
||||
transactionDiagram.sceneProperty().addListener((observable, oldScene, newScene) -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user