mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-04-08 11:58:12 +02:00
update optimization buttons after max button pressed
This commit is contained in:
parent
1c7abc1b24
commit
58f20dab60
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user