mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 08:37:05 +00:00
update optimization buttons after max button pressed
This commit is contained in:
@@ -392,6 +392,10 @@ public class SendController extends WalletFormController implements Initializabl
|
||||
|
||||
setFeeRate(feeRate);
|
||||
setEffectiveFeeRate(walletTransaction);
|
||||
|
||||
if(walletTransaction.getPayments().stream().anyMatch(Payment::isSendMax)) {
|
||||
updateOptimizationButtons(getPayments());
|
||||
}
|
||||
}
|
||||
|
||||
transactionDiagram.update(walletTransaction);
|
||||
|
||||
Reference in New Issue
Block a user